Uses of Class
com.tangosol.coherence.dslquery.statement.AbstractStatement
Packages that use AbstractStatement
Package
Description
This package contains 
StatementBuilder implementations.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.statementModifier and TypeClassDescriptionstatic classImplementation of the CohQL "BACKUP" command.static classImplementation of the CohQL "CREATE CACHE" command.static classImplementation of the CohQL "CREATE INDEX" command.static classImplementation of the CohQL "DELETE" query.static classImplementation of the CohQL "DROP CACHE" command.static classImplementation of the CohQL "create index" command.static classImplementation of the CohQL "INSERT" command.static classImplementation of the CohQL "QueryRecorder" command.static classImplementation of the CohQL "RESTORE" command.static classImplementation of the CohQL "SELECT" command.static classImplementation of the CohQL "source" command.static classImplementation of the CohQL "TRUNCATE CACHE" command.static classImplementation of the CohQL "UPDATE" command. - 
Uses of AbstractStatement in com.tangosol.coherence.dslquery.statement.persistence
Subclasses of AbstractStatement in com.tangosol.coherence.dslquery.statement.persistenceModifier and TypeClassDescriptionclassAbstract implementation of anAbstractStatementproviding functionality useful for generic snapshot statements.static classImplementation of the CohQL "ARCHIVE SNAPSHOT" command.static classImplementation of the CohQL "CREATE SNAPSHOT" command.static classImplementation of the CohQL "FORCE RECOVERY" command.static classImplementation of the CohQL "LIST ARCHIVER" command.static classImplementation of the CohQL "LIST SERVICES" command.static classImplementation of the CohQL "LIST SNAPSHOTS" command.static classImplementation of the CohQL "RECOVER SNAPSHOT" command.static classImplementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static classImplementation of the CohQL "RESUME SERVICE" command.static classImplementation of the CohQL "RETRIEVE SNAPSHOT" command.static classImplementation of the CohQL "SUSPEND SERVICE" command.static classImplementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command.