StatementBuilder implementations and
com.tangosol.coherence.dslquery.CohQLStatement implementations.See: Description
| Class | Description |
|---|---|
| AbstractStatement |
A base class for
Statement implementations. |
| AbstractStatementBuilder<T extends Statement> |
A base class for
StatementBuilder implementations. |
| BackupStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a BackupStatementBuilder.BackupStatement. |
| BackupStatementBuilder.BackupStatement |
Implementation of the CohQL "BACKUP" command.
|
| CreateCacheStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a CreateCacheStatementBuilder.CreateCacheStatement. |
| CreateCacheStatementBuilder.CreateCacheStatement |
Implementation of the CohQL "CREATE CACHE" command.
|
| CreateIndexStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a CreateIndexStatementBuilder.CreateIndexStatement. |
| CreateIndexStatementBuilder.CreateIndexStatement |
Implementation of the CohQL "CREATE INDEX" command.
|
| DefaultStatementResult |
A default implementation of a
StatementResult. |
| DeleteStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a DeleteStatementBuilder.DeleteStatement. |
| DeleteStatementBuilder.DeleteStatement |
Implementation of the CohQL "DELETE" query.
|
| DropCacheStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a DropCacheStatementBuilder.DropCacheStatement. |
| DropCacheStatementBuilder.DropCacheStatement |
Implementation of the CohQL "DROP CACHE" command.
|
| DropIndexStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a DropIndexStatementBuilder.DropIndexStatement. |
| DropIndexStatementBuilder.DropIndexStatement |
Implementation of the CohQL "create index" command.
|
| FormattedMapStatementResult |
An implementation of a
StatementResult which assumes the result is
a Map with value being a Object or Object[]. |
| InsertStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a InsertStatementBuilder.InsertStatement. |
| InsertStatementBuilder.InsertStatement |
Implementation of the CohQL "INSERT" command.
|
| QueryRecorderStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a QueryRecorderStatementBuilder.QueryRecorderStatement. |
| QueryRecorderStatementBuilder.QueryRecorderStatement |
Implementation of the CohQL "QueryRecorder" command.
|
| RestoreStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a RestoreStatementBuilder.RestoreStatement. |
| RestoreStatementBuilder.RestoreStatement |
Implementation of the CohQL "RESTORE" command.
|
| SelectStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a SelectStatementBuilder.SelectStatement. |
| SelectStatementBuilder.SelectStatement |
Implementation of the CohQL "SELECT" command.
|
| SourceStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a SourceStatementBuilder.SourceStatement. |
| SourceStatementBuilder.SourceStatement |
Implementation of the CohQL "source" command.
|
| TruncateCacheStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a TruncateCacheStatementBuilder.TruncateCacheStatement. |
| TruncateCacheStatementBuilder.TruncateCacheStatement |
Implementation of the CohQL "TRUNCATE CACHE" command.
|
| UpdateStatementBuilder |
An implementation of a
StatementBuilder
that parses a CohQL term tree to produce an instance of a UpdateStatementBuilder.UpdateStatement. |
| UpdateStatementBuilder.UpdateStatement |
Implementation of the CohQL "UPDATE" command.
|
StatementBuilder implementations and
com.tangosol.coherence.dslquery.CohQLStatement implementations.