public class DropCacheStatementBuilder extends AbstractStatementBuilder<DropCacheStatementBuilder.DropCacheStatement>
StatementBuilder that parses a CohQL term tree to produce an instance of a DropCacheStatementBuilder.DropCacheStatement.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DropCacheStatementBuilder.DropCacheStatement
Implementation of the CohQL "DROP CACHE" command. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static DropCacheStatementBuilder | 
INSTANCE
An instance of DropCacheStatementBuilder. 
 | 
| Constructor and Description | 
|---|
DropCacheStatementBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Return a description of the CohQL command suitable for displaying as help text. 
 | 
String | 
getSyntax()
Return the syntax of the CohQL command. 
 | 
DropCacheStatementBuilder.DropCacheStatement | 
realize(ExecutionContext ctx, NodeTerm term, List listBindVars, com.tangosol.config.expression.ParameterResolver namedBindVars)
Realizes an implementation of a  
Statement that can be executed to perform a specific CohQL command. | 
atomicStringValueOf, ensureFilter, getAlias, getCacheName, getExtractor, getFields, getFile, getGroupBy, getInsertKey, getInsertValue, getIsDistinct, getSetList, getWhere, headsMatchpublic static final DropCacheStatementBuilder INSTANCE
public DropCacheStatementBuilder.DropCacheStatement realize(ExecutionContext ctx, NodeTerm term, List listBindVars, com.tangosol.config.expression.ParameterResolver namedBindVars)
StatementBuilderStatement that can be executed to perform a specific CohQL command.ctx - the ExecutionContext to use to create commandsterm - the parsed NodeTerm used to create the relevant StatementlistBindVars - the indexed bind variablesnamedBindVars - the named bind variablespublic String getSyntax()
StatementBuilderpublic String getDescription()
StatementBuilder