Uses of Package
com.tangosol.coherence.dslquery.statement
-
Packages that use com.tangosol.coherence.dslquery.statement Package Description com.tangosol.coherence.dslquery.statement This package containsStatementBuilder
implementations.com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders. -
Classes in com.tangosol.coherence.dslquery.statement used by com.tangosol.coherence.dslquery.statement Class Description AbstractStatement A base class forStatement
implementations.AbstractStatementBuilder 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.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.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. -
Classes in com.tangosol.coherence.dslquery.statement used by com.tangosol.coherence.dslquery.statement.persistence Class Description AbstractStatement A base class forStatement
implementations.AbstractStatementBuilder A base class forStatementBuilder
implementations.