Uses of Class
com.tangosol.coherence.dslquery.token.SQLOPToken
Packages that use SQLOPToken
Package
Description
This package contains implementations of 
OPToken specifically
 for parsing CohQL statements.This package contains implementations of 
OPToken
 specifically for parsing persistence related CohQL statements.- 
Uses of SQLOPToken in com.tangosol.coherence.dslquery.token
Subclasses of SQLOPToken in com.tangosol.coherence.dslquery.tokenModifier and TypeClassDescriptionclassSQLBackupOPToken is used for parsing and specifying the AST used for backing up a cache.classSQLCreateOPToken is used for parsing and specifying the AST used for a create cache.classSQLCreateOPToken is used for parsing and specifying the AST used for a create index query.classSQLDeleteOPToken is used for parsing and specifying the AST used for a delete query.classSQLDropCacheOPToken is used for parsing and specifying the AST used for drop cacheclassSQLDropIndexOPToken is used for parsing and specifying the AST used for drop index.classSQLExplainOPToken is used for parsing and specifying the AST used for an explain plan statement.classSQLInsertOPToken is used for parsing and specifying the AST used for a insert statment.classSQLRestoreOPToken is used for parsing and specifying the AST used for restoring a cache.classSQLSelectOPToken is used for parsing and specifying the AST used for a select statement.classSQLSourceOPToken is used for parsing and specifying the AST used for sourcing (including) a file.classSQLTraceOPToken is used for parsing and specifying the AST used for a trace statement.classSQLTruncateCacheOPToken is used for parsing and specifying the AST used for truncate cache.classSQLUpdateOPToken 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.persistenceModifier and TypeClassDescriptionclassAn abstract implementation of a snapshot operation which can be extended to support different persistence operations.classSQLArchiveSnapshotOPToken is used for parsing and specifying the AST used for archiving snapshots.classSQLCreateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.classSQLForceRecoveryOPToken is used for parsing and specifying the AST used for forcing recovery.classSQLListArchivedSnapshotsOPToken is used for parsing and specifying the AST used for listing archived snapshots.classSQLListArchiverOPToken is used for parsing and specifying the AST used for showing the archiver implementation for a service.classSQLListServicesOPToken is used for parsing and specifying the AST used for listing services and their persistence mode.classSQLConnectOPToken is used for parsing and specifying the AST used for listing snapshots.classSQLRecoverSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.classSQLRemoveSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.classSQLResumeServiceOPToken is used for parsing and specifying the AST used for resuming services.classSQLRetrieveSnapshotOPToken is used for parsing and specifying the AST used for retrieving snapshots.classSQLSuspendServiceOPToken is used for parsing and specifying the AST used for suspending services.classSQLValidateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.