Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatement
-
Packages that use AbstractStatement 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. -
-
Uses of AbstractStatement in com.tangosol.coherence.dslquery.statement
Subclasses of AbstractStatement in com.tangosol.coherence.dslquery.statement Modifier and Type Class Description static class
BackupStatementBuilder.BackupStatement
Implementation of the CohQL "BACKUP" command.static class
CreateCacheStatementBuilder.CreateCacheStatement
Implementation of the CohQL "CREATE CACHE" command.static class
CreateIndexStatementBuilder.CreateIndexStatement
Implementation of the CohQL "CREATE INDEX" command.static class
DeleteStatementBuilder.DeleteStatement
Implementation of the CohQL "DELETE" query.static class
DropCacheStatementBuilder.DropCacheStatement
Implementation of the CohQL "DROP CACHE" command.static class
DropIndexStatementBuilder.DropIndexStatement
Implementation of the CohQL "create index" command.static class
InsertStatementBuilder.InsertStatement
Implementation of the CohQL "INSERT" command.static class
QueryRecorderStatementBuilder.QueryRecorderStatement
Implementation of the CohQL "QueryRecorder" command.static class
RestoreStatementBuilder.RestoreStatement
Implementation of the CohQL "RESTORE" command.static class
SelectStatementBuilder.SelectStatement
Implementation of the CohQL "SELECT" command.static class
SourceStatementBuilder.SourceStatement
Implementation of the CohQL "source" command.static class
TruncateCacheStatementBuilder.TruncateCacheStatement
Implementation of the CohQL "TRUNCATE CACHE" command.static class
UpdateStatementBuilder.UpdateStatement
Implementation 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 class
AbstractSnapshotStatement
Abstract implementation of anAbstractStatement
providing functionality useful for generic snapshot statements.static class
ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
Implementation of the CohQL "ARCHIVE SNAPSHOT" command.static class
CreateSnapshotStatementBuilder.CreateSnapshotStatement
Implementation of the CohQL "CREATE SNAPSHOT" command.static class
ForceRecoveryStatementBuilder.ForceRecoveryStatement
Implementation of the CohQL "FORCE RECOVERY" command.static class
ListArchiverStatementBuilder.ListArchiverStatement
Implementation of the CohQL "LIST ARCHIVER" command.static class
ListServicesStatementBuilder.ListServicesStatement
Implementation of the CohQL "LIST SERVICES" command.static class
ListSnapshotsStatementBuilder.ListSnapshotsStatement
Implementation of the CohQL "LIST SNAPSHOTS" command.static class
RecoverSnapshotStatementBuilder.RecoverSnapshotStatement
Implementation of the CohQL "RECOVER SNAPSHOT" command.static class
RemoveSnapshotStatementBuilder.RemoveSnapshotStatement
Implementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static class
ResumeServiceStatementBuilder.ResumeServiceStatement
Implementation of the CohQL "RESUME SERVICE" command.static class
RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement
Implementation of the CohQL "RETRIEVE SNAPSHOT" command.static class
SuspendServiceStatementBuilder.SuspendServiceStatement
Implementation of the CohQL "SUSPEND SERVICE" command.static class
ValidateSnapshotStatementBuilder.ValidateSnapshotStatement
Implementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command.
-