Uses of Interface
com.tangosol.coherence.dslquery.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
Modifier and TypeInterfaceDescriptioninterface
StatementBuilder<T extends Statement>
Classes implementing this interface build instances ofStatement
implementations.Modifier and TypeMethodDescriptionCoherenceQueryLanguage.prepareStatement
(NodeTerm term, ExecutionContext context, List listBindVars, ParameterResolver namedBindVars) Realize an instance of theStatement
that will execute the CohQL statement represented by the AST node. -
Uses of Statement in com.tangosol.coherence.dslquery.queryplus
Modifier and TypeClassDescriptionclass
An abstract base class that allows sub classes to implement the applicable methods onStatement
.class
The implementation of the QueryPlus "commands" command.class
The command to turn on or off extended CohQL.class
A class representing the QueryPlus "HELP" command.class
A class representing the QueryPlus "SANITY CHECK" command.class
A class representing the "SERVICES" QueryPlus command.class
The implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.class
A command that turns on or off QueryPlus trace.class
The command to set the QueryPlus error action.Modifier and TypeMethodDescriptionSetTimeoutStatementBuilder.realize
(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars) -
Uses of Statement in com.tangosol.coherence.dslquery.statement
Modifier and TypeClassDescriptionclass
AbstractStatementBuilder<T extends Statement>
A base class forStatementBuilder
implementations.Modifier and TypeClassDescriptionclass
A base class forStatement
implementations.static class
Implementation of the CohQL "BACKUP" command.static class
Implementation of the CohQL "CREATE CACHE" command.static class
Implementation of the CohQL "CREATE INDEX" command.static class
Implementation of the CohQL "DELETE" query.static class
Implementation of the CohQL "DROP CACHE" command.static class
Implementation of the CohQL "create index" command.static class
Implementation of the CohQL "INSERT" command.static class
Implementation of the CohQL "QueryRecorder" command.static class
Implementation of the CohQL "RESTORE" command.static class
Implementation of the CohQL "SELECT" command.static class
Implementation of the CohQL "source" command.static class
Implementation of the CohQL "TRUNCATE CACHE" command.static class
Implementation of the CohQL "UPDATE" command. -
Uses of Statement in com.tangosol.coherence.dslquery.statement.persistence
Modifier and TypeClassDescriptionclass
Abstract implementation of anAbstractStatement
providing functionality useful for generic snapshot statements.static class
Implementation of the CohQL "ARCHIVE SNAPSHOT" command.static class
Implementation of the CohQL "CREATE SNAPSHOT" command.static class
Implementation of the CohQL "FORCE RECOVERY" command.static class
Implementation of the CohQL "LIST ARCHIVER" command.static class
Implementation of the CohQL "LIST SERVICES" command.static class
Implementation of the CohQL "LIST SNAPSHOTS" command.static class
Implementation of the CohQL "RECOVER SNAPSHOT" command.static class
Implementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static class
Implementation of the CohQL "RESUME SERVICE" command.static class
Implementation of the CohQL "RETRIEVE SNAPSHOT" command.static class
Implementation of the CohQL "SUSPEND SERVICE" command.static class
Implementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command. -
Uses of Statement in com.tangosol.util
Modifier and TypeMethodDescriptionstatic Statement
QueryHelper.createStatement
(String sStatement, ExecutionContext context) Creates a newCoherence Query Language
Statement
from the provided query string.static Statement
QueryHelper.createStatement
(String sStatement, ExecutionContext context, Object[] oaPositionalParams) Creates a newCoherence Query Language
Statement
from the provided query string.protected static Statement
QueryHelper.createStatement
(String sStatement, ExecutionContext context, Object[] aoPositionalParams, Map<String, Object> mapBindingParams) Creates a newCoherence Query Language
Statement
from the provided query string.static Statement
QueryHelper.createStatement
(String sStatement, ExecutionContext context, Map<String, Object> mapBindingParams) Creates a newCoherence Query Language
Statement
from the provided query string.