Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatement
- 
Packages that use AbstractStatement Package Description com.tangosol.coherence.dslquery.statement This package containsStatementBuilderimplementations.com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders. - 
- 
Uses of AbstractStatement in com.tangosol.coherence.dslquery.statement
Subclasses of AbstractStatement in com.tangosol.coherence.dslquery.statement Modifier and Type Class Description static classBackupStatementBuilder.BackupStatementImplementation of the CohQL "BACKUP" command.static classCreateCacheStatementBuilder.CreateCacheStatementImplementation of the CohQL "CREATE CACHE" command.static classCreateIndexStatementBuilder.CreateIndexStatementImplementation of the CohQL "CREATE INDEX" command.static classDeleteStatementBuilder.DeleteStatementImplementation of the CohQL "DELETE" query.static classDropCacheStatementBuilder.DropCacheStatementImplementation of the CohQL "DROP CACHE" command.static classDropIndexStatementBuilder.DropIndexStatementImplementation of the CohQL "create index" command.static classInsertStatementBuilder.InsertStatementImplementation of the CohQL "INSERT" command.static classQueryRecorderStatementBuilder.QueryRecorderStatementImplementation of the CohQL "QueryRecorder" command.static classRestoreStatementBuilder.RestoreStatementImplementation of the CohQL "RESTORE" command.static classSelectStatementBuilder.SelectStatementImplementation of the CohQL "SELECT" command.static classSourceStatementBuilder.SourceStatementImplementation of the CohQL "source" command.static classTruncateCacheStatementBuilder.TruncateCacheStatementImplementation of the CohQL "TRUNCATE CACHE" command.static classUpdateStatementBuilder.UpdateStatementImplementation of the CohQL "UPDATE" command. - 
Uses of AbstractStatement in com.tangosol.coherence.dslquery.statement.persistence
Subclasses of AbstractStatement in com.tangosol.coherence.dslquery.statement.persistence Modifier and Type Class Description classAbstractSnapshotStatementAbstract implementation of anAbstractStatementproviding functionality useful for generic snapshot statements.static classArchiveSnapshotStatementBuilder.ArchiveSnapshotStatementImplementation of the CohQL "ARCHIVE SNAPSHOT" command.static classCreateSnapshotStatementBuilder.CreateSnapshotStatementImplementation of the CohQL "CREATE SNAPSHOT" command.static classForceRecoveryStatementBuilder.ForceRecoveryStatementImplementation of the CohQL "FORCE RECOVERY" command.static classListArchiverStatementBuilder.ListArchiverStatementImplementation of the CohQL "LIST ARCHIVER" command.static classListServicesStatementBuilder.ListServicesStatementImplementation of the CohQL "LIST SERVICES" command.static classListSnapshotsStatementBuilder.ListSnapshotsStatementImplementation of the CohQL "LIST SNAPSHOTS" command.static classRecoverSnapshotStatementBuilder.RecoverSnapshotStatementImplementation of the CohQL "RECOVER SNAPSHOT" command.static classRemoveSnapshotStatementBuilder.RemoveSnapshotStatementImplementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static classResumeServiceStatementBuilder.ResumeServiceStatementImplementation of the CohQL "RESUME SERVICE" command.static classRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatementImplementation of the CohQL "RETRIEVE SNAPSHOT" command.static classSuspendServiceStatementBuilder.SuspendServiceStatementImplementation of the CohQL "SUSPEND SERVICE" command.static classValidateSnapshotStatementBuilder.ValidateSnapshotStatementImplementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command. 
 -