| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery.statement |
This package contains
StatementBuilder implementations and
com.tangosol.coherence.dslquery.CohQLStatement implementations. |
| com.tangosol.coherence.dslquery.statement.persistence |
| Class and Description |
|---|
| AbstractStatement
A base class for
Statement implementations. |
| AbstractStatementBuilder
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.
|
| 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.
|
| Class and Description |
|---|
| AbstractStatement
A base class for
Statement implementations. |
| AbstractStatementBuilder
A base class for
StatementBuilder implementations. |