Uses of Class
com.tangosol.coherence.dslquery.token.SQLOPToken
-
Packages that use SQLOPToken Package Description com.tangosol.coherence.dslquery.token This package contains implementations ofOPToken
specifically for parsing CohQL statements.com.tangosol.coherence.dslquery.token.persistence This package contains implementations ofOPToken
specifically 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 class
SQLBackupOPToken
SQLBackupOPToken is used for parsing and specifying the AST used for backing up a cache.class
SQLCreateCacheOPToken
SQLCreateOPToken is used for parsing and specifying the AST used for a create cache.class
SQLCreateIndexOPToken
SQLCreateOPToken is used for parsing and specifying the AST used for a create index query.class
SQLDeleteOPToken
SQLDeleteOPToken is used for parsing and specifying the AST used for a delete query.class
SQLDropCacheOPToken
SQLDropCacheOPToken is used for parsing and specifying the AST used for drop cacheclass
SQLDropIndexOPToken
SQLDropIndexOPToken is used for parsing and specifying the AST used for drop index.class
SQLExplainOPToken
SQLExplainOPToken is used for parsing and specifying the AST used for an explain plan statement.class
SQLInsertOPToken
SQLInsertOPToken is used for parsing and specifying the AST used for a insert statment.class
SQLRestoreOPToken
SQLRestoreOPToken is used for parsing and specifying the AST used for restoring a cache.class
SQLSelectOPToken
SQLSelectOPToken is used for parsing and specifying the AST used for a select statement.class
SQLSourceOPToken
SQLSourceOPToken is used for parsing and specifying the AST used for sourcing (including) a file.class
SQLTraceOPToken
SQLTraceOPToken is used for parsing and specifying the AST used for a trace statement.class
SQLTruncateCacheOPToken
SQLTruncateCacheOPToken is used for parsing and specifying the AST used for truncate cache.class
SQLUpdateOPToken
SQLUpdateOPToken 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 class
AbstractSQLSnapshotOPToken
An abstract implementation of a snapshot operation which can be extended to support different persistence operations.class
SQLArchiveSnapshotOPToken
SQLArchiveSnapshotOPToken is used for parsing and specifying the AST used for archiving snapshots.class
SQLCreateSnapshotOPToken
SQLCreateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLForceRecoveryOPToken
SQLForceRecoveryOPToken is used for parsing and specifying the AST used for forcing recovery.class
SQLListArchivedSnapshotsOPToken
SQLListArchivedSnapshotsOPToken is used for parsing and specifying the AST used for listing archived snapshots.class
SQLListArchiverOPToken
SQLListArchiverOPToken is used for parsing and specifying the AST used for showing the archiver implementation for a service.class
SQLListServicesOPToken
SQLListServicesOPToken is used for parsing and specifying the AST used for listing services and their persistence mode.class
SQLListSnapshotsOPToken
SQLConnectOPToken is used for parsing and specifying the AST used for listing snapshots.class
SQLRecoverSnapshotOPToken
SQLRecoverSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLRemoveSnapshotOPToken
SQLRemoveSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLResumeServiceOPToken
SQLResumeServiceOPToken is used for parsing and specifying the AST used for resuming services.class
SQLRetrieveSnapshotOPToken
SQLRetrieveSnapshotOPToken is used for parsing and specifying the AST used for retrieving snapshots.class
SQLSuspendServiceOPToken
SQLSuspendServiceOPToken is used for parsing and specifying the AST used for suspending services.class
SQLValidateSnapshotOPToken
SQLValidateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.
-