Uses of Class
com.tangosol.coherence.dsltools.precedence.IdentifierOPToken
Packages that use IdentifierOPToken
Package
Description
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands.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 IdentifierOPToken in com.tangosol.coherence.dslquery.queryplus
Subclasses of IdentifierOPToken in com.tangosol.coherence.dslquery.queryplusModifier and TypeClassDescriptionclassAnOPTokenimplementation that holds the name of the functor associated to an OPToken.classA CohQL OPToken representing the QueryPlus "commands" command.classA CohQL OPToken representing the QueryPlus "extended language" command.classA CohQL OPToken representing the QueryPlus "help" command.classA CohQL OPToken representing the QueryPlus "sanity check" command.classA CohQL OPToken representing the QueryPlus "services" command.classA CohQL OPToken representing the QueryPlus "ALTER SESSION SET TIMEOUT" statement.classA CohQL OPToken representing the QueryPlus "trace" command.classA CohQL OPToken representing the QueryPlus "whenever" command. -
Uses of IdentifierOPToken in com.tangosol.coherence.dslquery.token
Subclasses of IdentifierOPToken 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.classSQLOPToken provides useful convenience methods for subclasses.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 IdentifierOPToken in com.tangosol.coherence.dslquery.token.persistence
Subclasses of IdentifierOPToken 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.