Uses of Class
com.tangosol.coherence.dslquery.token.SQLOPToken
-
Packages that use SQLOPToken Package Description com.tangosol.coherence.dslquery.token This package contains implementations ofOPTokenspecifically for parsing CohQL statements.com.tangosol.coherence.dslquery.token.persistence This package contains implementations ofOPTokenspecifically for parsing persistence related CohQL statements. -
-
Uses of SQLOPToken in com.tangosol.coherence.dslquery.token
Subclasses of SQLOPToken in com.tangosol.coherence.dslquery.token Modifier and Type Class Description classSQLBackupOPTokenSQLBackupOPToken is used for parsing and specifying the AST used for backing up a cache.classSQLCreateCacheOPTokenSQLCreateOPToken is used for parsing and specifying the AST used for a create cache.classSQLCreateIndexOPTokenSQLCreateOPToken is used for parsing and specifying the AST used for a create index query.classSQLDeleteOPTokenSQLDeleteOPToken is used for parsing and specifying the AST used for a delete query.classSQLDropCacheOPTokenSQLDropCacheOPToken is used for parsing and specifying the AST used for drop cacheclassSQLDropIndexOPTokenSQLDropIndexOPToken is used for parsing and specifying the AST used for drop index.classSQLExplainOPTokenSQLExplainOPToken is used for parsing and specifying the AST used for an explain plan statement.classSQLInsertOPTokenSQLInsertOPToken is used for parsing and specifying the AST used for a insert statment.classSQLRestoreOPTokenSQLRestoreOPToken is used for parsing and specifying the AST used for restoring a cache.classSQLSelectOPTokenSQLSelectOPToken is used for parsing and specifying the AST used for a select statement.classSQLSourceOPTokenSQLSourceOPToken is used for parsing and specifying the AST used for sourcing (including) a file.classSQLTraceOPTokenSQLTraceOPToken is used for parsing and specifying the AST used for a trace statement.classSQLTruncateCacheOPTokenSQLTruncateCacheOPToken is used for parsing and specifying the AST used for truncate cache.classSQLUpdateOPTokenSQLUpdateOPToken is used for parsing and specifying the AST used for an update statement. -
Uses of SQLOPToken in com.tangosol.coherence.dslquery.token.persistence
Subclasses of SQLOPToken in com.tangosol.coherence.dslquery.token.persistence Modifier and Type Class Description classAbstractSQLSnapshotOPTokenAn abstract implementation of a snapshot operation which can be extended to support different persistence operations.classSQLArchiveSnapshotOPTokenSQLArchiveSnapshotOPToken is used for parsing and specifying the AST used for archiving snapshots.classSQLCreateSnapshotOPTokenSQLCreateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.classSQLForceRecoveryOPTokenSQLForceRecoveryOPToken is used for parsing and specifying the AST used for forcing recovery.classSQLListArchivedSnapshotsOPTokenSQLListArchivedSnapshotsOPToken is used for parsing and specifying the AST used for listing archived snapshots.classSQLListArchiverOPTokenSQLListArchiverOPToken is used for parsing and specifying the AST used for showing the archiver implementation for a service.classSQLListServicesOPTokenSQLListServicesOPToken is used for parsing and specifying the AST used for listing services and their persistence mode.classSQLListSnapshotsOPTokenSQLConnectOPToken is used for parsing and specifying the AST used for listing snapshots.classSQLRecoverSnapshotOPTokenSQLRecoverSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.classSQLRemoveSnapshotOPTokenSQLRemoveSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.classSQLResumeServiceOPTokenSQLResumeServiceOPToken is used for parsing and specifying the AST used for resuming services.classSQLRetrieveSnapshotOPTokenSQLRetrieveSnapshotOPToken is used for parsing and specifying the AST used for retrieving snapshots.classSQLSuspendServiceOPTokenSQLSuspendServiceOPToken is used for parsing and specifying the AST used for suspending services.classSQLValidateSnapshotOPTokenSQLValidateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.
-