Uses of Interface
com.tangosol.coherence.dslquery.Statement
-
Packages that use Statement Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlustool rather than general CohQL commands.com.tangosol.coherence.dslquery.statement This package containsStatementBuilderimplementations.com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders.com.tangosol.util Contains various generic utilities. -
-
Uses of Statement in com.tangosol.coherence.dslquery
Classes in com.tangosol.coherence.dslquery with type parameters of type Statement Modifier and Type Interface Description interfaceStatementBuilder<T extends Statement>Classes implementing this interface build instances ofStatementimplementations.Methods in com.tangosol.coherence.dslquery that return Statement Modifier and Type Method Description StatementCoherenceQueryLanguage. 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 Statement Modifier and Type Class Description classAbstractQueryPlusStatementBuilder.AbstractStatementAn abstract base class that allows sub classes to implement the applicable methods onStatement.classCommandsStatementBuilder.CommandsQueryPlusStatementThe implementation of the QueryPlus "commands" command.classExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatementThe command to turn on or off extended CohQL.classHelpStatementBuilder.HelpQueryPlusStatementA class representing the QueryPlus "HELP" command.classSanityCheckStatementBuilder.SanityCheckQueryPlusStatementA class representing the QueryPlus "SANITY CHECK" command.classServicesStatementBuilder.ServicesQueryPlusStatementA class representing the "SERVICES" QueryPlus command.classSetTimeoutStatementBuilder.SetTimeoutStatementThe implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.classTraceStatementBuilder.TraceQueryPlusStatementA command that turns on or off QueryPlus trace.classWheneverStatementBuilder.WheneverQueryPlusStatementThe command to set the QueryPlus error action.Methods in com.tangosol.coherence.dslquery.queryplus that return Statement Modifier and Type Method Description StatementSetTimeoutStatementBuilder. 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 Statement Modifier and Type Class Description classAbstractStatementBuilder<T extends Statement>A base class forStatementBuilderimplementations.Classes in com.tangosol.coherence.dslquery.statement that implement Statement Modifier and Type Class Description classAbstractStatementA base class forStatementimplementations.static classBackupStatementBuilder.BackupStatementImplementation of the CohQL "BACKUP" command.static classCreateCacheStatementBuilder.CreateCacheStatementImplementation of the CohQL "CREATE CACHE" command.static classCreateIndexStatementBuilder.CreateIndexStatementImplementation of the CohQL "CREATE INDEX" command.static classDeleteStatementBuilder.DeleteStatementImplementation of the CohQL "DELETE" query.static classDropCacheStatementBuilder.DropCacheStatementImplementation of the CohQL "DROP CACHE" command.static classDropIndexStatementBuilder.DropIndexStatementImplementation of the CohQL "create index" command.static classInsertStatementBuilder.InsertStatementImplementation of the CohQL "INSERT" command.static classQueryRecorderStatementBuilder.QueryRecorderStatementImplementation of the CohQL "QueryRecorder" command.static classRestoreStatementBuilder.RestoreStatementImplementation of the CohQL "RESTORE" command.static classSelectStatementBuilder.SelectStatementImplementation of the CohQL "SELECT" command.static classSourceStatementBuilder.SourceStatementImplementation of the CohQL "source" command.static classTruncateCacheStatementBuilder.TruncateCacheStatementImplementation of the CohQL "TRUNCATE CACHE" command.static classUpdateStatementBuilder.UpdateStatementImplementation 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 Statement Modifier and Type Class Description classAbstractSnapshotStatementAbstract implementation of anAbstractStatementproviding functionality useful for generic snapshot statements.static classArchiveSnapshotStatementBuilder.ArchiveSnapshotStatementImplementation of the CohQL "ARCHIVE SNAPSHOT" command.static classCreateSnapshotStatementBuilder.CreateSnapshotStatementImplementation of the CohQL "CREATE SNAPSHOT" command.static classForceRecoveryStatementBuilder.ForceRecoveryStatementImplementation of the CohQL "FORCE RECOVERY" command.static classListArchiverStatementBuilder.ListArchiverStatementImplementation of the CohQL "LIST ARCHIVER" command.static classListServicesStatementBuilder.ListServicesStatementImplementation of the CohQL "LIST SERVICES" command.static classListSnapshotsStatementBuilder.ListSnapshotsStatementImplementation of the CohQL "LIST SNAPSHOTS" command.static classRecoverSnapshotStatementBuilder.RecoverSnapshotStatementImplementation of the CohQL "RECOVER SNAPSHOT" command.static classRemoveSnapshotStatementBuilder.RemoveSnapshotStatementImplementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static classResumeServiceStatementBuilder.ResumeServiceStatementImplementation of the CohQL "RESUME SERVICE" command.static classRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatementImplementation of the CohQL "RETRIEVE SNAPSHOT" command.static classSuspendServiceStatementBuilder.SuspendServiceStatementImplementation of the CohQL "SUSPEND SERVICE" command.static classValidateSnapshotStatementBuilder.ValidateSnapshotStatementImplementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command. -
Uses of Statement in com.tangosol.util
Methods in com.tangosol.util that return Statement Modifier and Type Method Description static 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.
-