Uses of Interface
com.tangosol.coherence.dslquery.Statement
Packages that use Statement
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains commands that are specific to the 
QueryPlus
 tool rather than general CohQL commands.This package contains 
StatementBuilder implementations.This package contains classes for persistence related statement builders.
Contains various generic utilities.
- 
Uses of Statement in com.tangosol.coherence.dslquery
Classes in com.tangosol.coherence.dslquery with type parameters of type StatementModifier and TypeInterfaceDescriptioninterfaceStatementBuilder<T extends Statement>Classes implementing this interface build instances ofStatementimplementations.Methods in com.tangosol.coherence.dslquery that return StatementModifier and TypeMethodDescriptionCoherenceQueryLanguage.prepareStatement(NodeTerm term, ExecutionContext context, List listBindVars, ParameterResolver namedBindVars) Realize an instance of theStatementthat will execute the CohQL statement represented by the AST node. - 
Uses of Statement in com.tangosol.coherence.dslquery.queryplus
Classes in com.tangosol.coherence.dslquery.queryplus that implement StatementModifier and TypeClassDescriptionclassAn abstract base class that allows sub classes to implement the applicable methods onStatement.classThe implementation of the QueryPlus "commands" command.classThe command to turn on or off extended CohQL.classA class representing the QueryPlus "HELP" command.classA class representing the QueryPlus "SANITY CHECK" command.classA class representing the "SERVICES" QueryPlus command.classThe implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.classA command that turns on or off QueryPlus trace.classThe command to set the QueryPlus error action.Methods in com.tangosol.coherence.dslquery.queryplus that return StatementModifier and TypeMethodDescriptionSetTimeoutStatementBuilder.realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)  - 
Uses of Statement in com.tangosol.coherence.dslquery.statement
Classes in com.tangosol.coherence.dslquery.statement with type parameters of type StatementModifier and TypeClassDescriptionclassAbstractStatementBuilder<T extends Statement>A base class forStatementBuilderimplementations.Classes in com.tangosol.coherence.dslquery.statement that implement StatementModifier and TypeClassDescriptionclassA base class forStatementimplementations.static classImplementation of the CohQL "BACKUP" command.static classImplementation of the CohQL "CREATE CACHE" command.static classImplementation of the CohQL "CREATE INDEX" command.static classImplementation of the CohQL "DELETE" query.static classImplementation of the CohQL "DROP CACHE" command.static classImplementation of the CohQL "create index" command.static classImplementation of the CohQL "INSERT" command.static classImplementation of the CohQL "QueryRecorder" command.static classImplementation of the CohQL "RESTORE" command.static classImplementation of the CohQL "SELECT" command.static classImplementation of the CohQL "source" command.static classImplementation of the CohQL "TRUNCATE CACHE" command.static classImplementation of the CohQL "UPDATE" command. - 
Uses of Statement in com.tangosol.coherence.dslquery.statement.persistence
Classes in com.tangosol.coherence.dslquery.statement.persistence that implement StatementModifier and TypeClassDescriptionclassAbstract implementation of anAbstractStatementproviding functionality useful for generic snapshot statements.static classImplementation of the CohQL "ARCHIVE SNAPSHOT" command.static classImplementation of the CohQL "CREATE SNAPSHOT" command.static classImplementation of the CohQL "FORCE RECOVERY" command.static classImplementation of the CohQL "LIST ARCHIVER" command.static classImplementation of the CohQL "LIST SERVICES" command.static classImplementation of the CohQL "LIST SNAPSHOTS" command.static classImplementation of the CohQL "RECOVER SNAPSHOT" command.static classImplementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static classImplementation of the CohQL "RESUME SERVICE" command.static classImplementation of the CohQL "RETRIEVE SNAPSHOT" command.static classImplementation of the CohQL "SUSPEND SERVICE" command.static classImplementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command. - 
Uses of Statement in com.tangosol.util
Methods in com.tangosol.util that return StatementModifier and TypeMethodDescriptionstatic StatementQueryHelper.createStatement(String sStatement, ExecutionContext context) Creates a newCoherence Query LanguageStatementfrom the provided query string.static StatementQueryHelper.createStatement(String sStatement, ExecutionContext context, Object[] oaPositionalParams) Creates a newCoherence Query LanguageStatementfrom the provided query string.protected static StatementQueryHelper.createStatement(String sStatement, ExecutionContext context, Object[] aoPositionalParams, Map<String, Object> mapBindingParams) Creates a newCoherence Query LanguageStatementfrom the provided query string.static StatementQueryHelper.createStatement(String sStatement, ExecutionContext context, Map<String, Object> mapBindingParams) Creates a newCoherence Query LanguageStatementfrom the provided query string.