Class DropIndexStatementBuilder
java.lang.Object
com.tangosol.coherence.dslquery.statement.AbstractStatementBuilder<DropIndexStatementBuilder.DropIndexStatement>
com.tangosol.coherence.dslquery.statement.DropIndexStatementBuilder
- All Implemented Interfaces:
- StatementBuilder<DropIndexStatementBuilder.DropIndexStatement>
public class DropIndexStatementBuilder
extends AbstractStatementBuilder<DropIndexStatementBuilder.DropIndexStatement>
An implementation of a 
StatementBuilder
 that parses a CohQL term tree to produce an instance of a DropIndexStatementBuilder.DropIndexStatement.- Since:
- Coherence 12.2.1
- Author:
- jk 2013.12.11
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classImplementation of the CohQL "create index" command.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DropIndexStatementBuilderAn instance of DropIndexStatementBuilder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn a description of the CohQL command suitable for displaying as help text.Return the syntax of the CohQL command.realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars) Realizes an implementation of aStatementthat can be executed to perform a specific CohQL command.Methods inherited from class com.tangosol.coherence.dslquery.statement.AbstractStatementBuilderatomicStringValueOf, ensureFilter, getAlias, getCacheName, getExtractor, getFields, getFile, getGroupBy, getInsertKey, getInsertValue, getIsDistinct, getSetList, getWhere, headsMatch
- 
Field Details- 
INSTANCEAn instance of DropIndexStatementBuilder.
 
- 
- 
Constructor Details- 
DropIndexStatementBuilderpublic DropIndexStatementBuilder()
 
- 
- 
Method Details- 
realizepublic DropIndexStatementBuilder.DropIndexStatement 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- the- ExecutionContextto use to create commands
- term- the parsed- NodeTermused to create the relevant Statement
- listBindVars- the indexed bind variables
- namedBindVars- the named bind variables
- Returns:
- an executable instance of a Statement
 
- 
getSyntaxDescription copied from interface:StatementBuilderReturn the syntax of the CohQL command.- Returns:
- the syntax of the CohQL command
 
- 
getDescriptionDescription 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
 
 
-