Uses of Class
com.tangosol.coherence.dslquery.statement.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
Modifier and TypeClassDescriptionstatic class
Implementation of the CohQL "BACKUP" command.static class
Implementation of the CohQL "CREATE CACHE" command.static class
Implementation of the CohQL "CREATE INDEX" command.static class
Implementation of the CohQL "DELETE" query.static class
Implementation of the CohQL "DROP CACHE" command.static class
Implementation of the CohQL "create index" command.static class
Implementation of the CohQL "INSERT" command.static class
Implementation of the CohQL "QueryRecorder" command.static class
Implementation of the CohQL "RESTORE" command.static class
Implementation of the CohQL "SELECT" command.static class
Implementation of the CohQL "source" command.static class
Implementation of the CohQL "TRUNCATE CACHE" command.static class
Implementation of the CohQL "UPDATE" command. -
Uses of AbstractStatement in com.tangosol.coherence.dslquery.statement.persistence
Modifier and TypeClassDescriptionclass
Abstract implementation of anAbstractStatement
providing functionality useful for generic snapshot statements.static class
Implementation of the CohQL "ARCHIVE SNAPSHOT" command.static class
Implementation of the CohQL "CREATE SNAPSHOT" command.static class
Implementation of the CohQL "FORCE RECOVERY" command.static class
Implementation of the CohQL "LIST ARCHIVER" command.static class
Implementation of the CohQL "LIST SERVICES" command.static class
Implementation of the CohQL "LIST SNAPSHOTS" command.static class
Implementation of the CohQL "RECOVER SNAPSHOT" command.static class
Implementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static class
Implementation of the CohQL "RESUME SERVICE" command.static class
Implementation of the CohQL "RETRIEVE SNAPSHOT" command.static class
Implementation of the CohQL "SUSPEND SERVICE" command.static class
Implementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command.