Class SetTimeoutStatementBuilder
java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder
com.tangosol.coherence.dslquery.queryplus.SetTimeoutStatementBuilder
- All Implemented Interfaces:
 StatementBuilder<Statement>
A class that builds the QueryPlus "ALTER SESSION SET TIMEOUT millis" statement.
- Since:
 - 12.2.1
 - Author:
 - jk 2014.03.05
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA CohQL OPToken representing the QueryPlus "ALTER SESSION SET TIMEOUT" statement.classThe implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.Nested classes/interfaces inherited from class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder
AbstractQueryPlusStatementBuilder.AbstractOPToken, AbstractQueryPlusStatementBuilder.AbstractStatement - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn a description of the CohQL command suitable for displaying as help text.Return the syntax of the CohQL command.Return the OPToken for this command.realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars) Realizes an implementation of aStatementthat can be executed to perform a specific CohQL command. 
- 
Constructor Details
- 
SetTimeoutStatementBuilder
public SetTimeoutStatementBuilder() 
 - 
 - 
Method Details
- 
realize
public Statement realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars) Description copied from interface:StatementBuilderRealizes an implementation of aStatementthat can be executed to perform a specific CohQL command.- Parameters:
 ctx- theExecutionContextto use to create commandsterm- the parsedNodeTermused to create the relevant StatementlistBindVars- the indexed bind variablesnamedBindVars- the named bind variables- Returns:
 - an executable instance of a Statement
 
 - 
instantiateOpToken
Description copied from class:AbstractQueryPlusStatementBuilderReturn the OPToken for this command.- Specified by:
 instantiateOpTokenin classAbstractQueryPlusStatementBuilder- Returns:
 - the OPToken for this command
 
 - 
getSyntax
Description copied from interface:StatementBuilderReturn the syntax of the CohQL command.- Returns:
 - the syntax of the CohQL command
 
 - 
getDescription
Description copied from interface:StatementBuilderReturn a description of the CohQL command suitable for displaying as help text.- Returns:
 - a description of the CohQL command suitable for displaying as help text
 
 
 -