Package com.tangosol.coherence.dslquery.statement
This package contains
StatementBuilder
implementations.- Since:
- 12.2.1
-
Class Summary Class Description AbstractStatement A base class forStatement
implementations.AbstractStatementBuilder<T extends Statement> A base class forStatementBuilder
implementations.BackupStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aBackupStatementBuilder.BackupStatement
.BackupStatementBuilder.BackupStatement Implementation of the CohQL "BACKUP" command.CreateCacheStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateCacheStatementBuilder.CreateCacheStatement
.CreateCacheStatementBuilder.CreateCacheStatement Implementation of the CohQL "CREATE CACHE" command.CreateIndexStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aCreateIndexStatementBuilder.CreateIndexStatement
.CreateIndexStatementBuilder.CreateIndexStatement Implementation of the CohQL "CREATE INDEX" command.DefaultStatementResult A default implementation of aStatementResult
.DeleteStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDeleteStatementBuilder.DeleteStatement
.DeleteStatementBuilder.DeleteStatement Implementation of the CohQL "DELETE" query.DropCacheStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropCacheStatementBuilder.DropCacheStatement
.DropCacheStatementBuilder.DropCacheStatement Implementation of the CohQL "DROP CACHE" command.DropIndexStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aDropIndexStatementBuilder.DropIndexStatement
.DropIndexStatementBuilder.DropIndexStatement Implementation of the CohQL "create index" command.FormattedMapStatementResult An implementation of aStatementResult
which assumes the result is aMap
with value being aObject
orObject
[].InsertStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aInsertStatementBuilder.InsertStatement
.InsertStatementBuilder.InsertStatement Implementation of the CohQL "INSERT" command.QueryRecorderStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aQueryRecorderStatementBuilder.QueryRecorderStatement
.QueryRecorderStatementBuilder.QueryRecorderStatement Implementation of the CohQL "QueryRecorder" command.RestoreStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aRestoreStatementBuilder.RestoreStatement
.RestoreStatementBuilder.RestoreStatement Implementation of the CohQL "RESTORE" command.SelectStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSelectStatementBuilder.SelectStatement
.SelectStatementBuilder.AsyncSelectStatement Async implementation of the CohQL "SELECT" command.SelectStatementBuilder.SelectStatement Implementation of the CohQL "SELECT" command.SourceStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aSourceStatementBuilder.SourceStatement
.SourceStatementBuilder.SourceStatement Implementation of the CohQL "source" command.TruncateCacheStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aTruncateCacheStatementBuilder.TruncateCacheStatement
.TruncateCacheStatementBuilder.TruncateCacheStatement Implementation of the CohQL "TRUNCATE CACHE" command.UpdateStatementBuilder An implementation of aStatementBuilder
that parses a CohQL term tree to produce an instance of aUpdateStatementBuilder.UpdateStatement
.UpdateStatementBuilder.UpdateStatement Implementation of the CohQL "UPDATE" command.