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