Class AbstractQueryPlusStatementBuilder
java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder
- All Implemented Interfaces:
StatementBuilder<Statement>
- Direct Known Subclasses:
CommandsStatementBuilder
,ExtendedLanguageStatementBuilder
,HelpStatementBuilder
,SanityCheckStatementBuilder
,ServicesStatementBuilder
,SetTimeoutStatementBuilder
,TraceStatementBuilder
,WheneverStatementBuilder
public abstract class AbstractQueryPlusStatementBuilder
extends Object
implements StatementBuilder<Statement>
This is the base class for command builders that are specific to the QueryPlus
tool rather than general CohQL statements.
- Since:
- Coherence 12.2.1
- Author:
- jk 2014.01.06
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Construct a AbstractQueryPlusStatementBuilder. -
Method Summary
Modifier and TypeMethodDescriptionReturn the OPToken for this command.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.coherence.dslquery.StatementBuilder
getDescription, getSyntax, realize
-
Constructor Details
-
AbstractQueryPlusStatementBuilder
protected AbstractQueryPlusStatementBuilder()Construct a AbstractQueryPlusStatementBuilder.
-
-
Method Details
-
instantiateOpToken
Return the OPToken for this command.- Returns:
- the OPToken for this command
-