Uses of Interface
com.tangosol.coherence.dslquery.StatementBuilder
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.
-
Uses of StatementBuilder in com.tangosol.coherence.dslquery
Modifier and TypeFieldDescriptionprotected Map
<String, StatementBuilder<?>> CoherenceQueryLanguage.m_mapStatementBuilders
The map of CohQL query builders.Modifier and TypeMethodDescriptionCoherenceQueryLanguage.getStatementBuilder
(String sFunctor) Return theStatementBuilder
for a given CohQL AST functor.CoherenceQueryLanguage.removeStatementBuilder
(String sFunctor) Remove theStatementBuilder
associated with the given functor.Modifier and TypeMethodDescriptionprotected Map
<String, StatementBuilder<?>> CoherenceQueryLanguage.createStatements()
Create the CohQLStatementBuilder
map and initialise it with the standard CohQL statements.CoherenceQueryLanguage.getStatementBuilders()
Return the map ofStatementBuilder
instances.Modifier and TypeMethodDescriptionvoid
CoherenceQueryLanguage.addStatement
(String sFunctor, StatementBuilder<?> builder) Register the givenStatementBuilder
to the specified functor name. -
Uses of StatementBuilder in com.tangosol.coherence.dslquery.queryplus
Modifier and TypeClassDescriptionclass
This is the base class for command builders that are specific to the QueryPlus tool rather than general CohQL statements.class
A class that builds the QueryPlus "COMMANDS" command.class
A class that builds the QueryPlus "EXTENDED LANGUAGE" command.class
AStatementBuilder
that builds the QueryPlus "HELP" command.class
AStatementBuilder
that builds the QueryPlus "SANITY CHECK" command.class
AStatementBuilder
that builds the QueryPlus "SERVICES" command.class
A class that builds the QueryPlus "ALTER SESSION SET TIMEOUT millis" statement.class
AStatementBuilder
that builds the QueryPlus "TRACE" command.class
A class that builds the QueryPlus "WHENEVER" command. -
Uses of StatementBuilder in com.tangosol.coherence.dslquery.statement
Modifier and TypeClassDescriptionclass
AbstractStatementBuilder<T extends Statement>
A base class forStatementBuilder
implementations.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aBackupStatementBuilder.BackupStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateCacheStatementBuilder.CreateCacheStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateIndexStatementBuilder.CreateIndexStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDeleteStatementBuilder.DeleteStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropCacheStatementBuilder.DropCacheStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropIndexStatementBuilder.DropIndexStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aInsertStatementBuilder.InsertStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aQueryRecorderStatementBuilder.QueryRecorderStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRestoreStatementBuilder.RestoreStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSelectStatementBuilder.SelectStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSourceStatementBuilder.SourceStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aTruncateCacheStatementBuilder.TruncateCacheStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aUpdateStatementBuilder.UpdateStatement
. -
Uses of StatementBuilder in com.tangosol.coherence.dslquery.statement.persistence
Modifier and TypeClassDescriptionclass
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateSnapshotStatementBuilder.CreateSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aForceRecoveryStatementBuilder.ForceRecoveryStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aListArchiverStatementBuilder.ListArchiverStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aListServicesStatementBuilder.ListServicesStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aListSnapshotsStatementBuilder.ListSnapshotsStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRecoverSnapshotStatementBuilder.RecoverSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRemoveSnapshotStatementBuilder.RemoveSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aResumeServiceStatementBuilder.ResumeServiceStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSuspendServiceStatementBuilder.SuspendServiceStatement
.class
An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aValidateSnapshotStatementBuilder.ValidateSnapshotStatement
.