Uses of Class
com.tangosol.coherence.dsltools.precedence.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
Modifier and TypeClassDescriptionclass
AnOPToken
implementation that holds the name of the functor associated to an OPToken.class
A CohQL OPToken representing the QueryPlus "commands" command.class
A CohQL OPToken representing the QueryPlus "extended language" command.class
A CohQL OPToken representing the QueryPlus "help" command.class
A CohQL OPToken representing the QueryPlus "sanity check" command.class
A CohQL OPToken representing the QueryPlus "services" command.class
A CohQL OPToken representing the QueryPlus "ALTER SESSION SET TIMEOUT" statement.class
A CohQL OPToken representing the QueryPlus "trace" command.class
A CohQL OPToken representing the QueryPlus "whenever" command. -
Uses of IdentifierOPToken in com.tangosol.coherence.dslquery.token
Modifier and TypeClassDescriptionclass
SQLBackupOPToken is used for parsing and specifying the AST used for backing up a cache.class
SQLCreateOPToken is used for parsing and specifying the AST used for a create cache.class
SQLCreateOPToken is used for parsing and specifying the AST used for a create index query.class
SQLDeleteOPToken is used for parsing and specifying the AST used for a delete query.class
SQLDropCacheOPToken is used for parsing and specifying the AST used for drop cacheclass
SQLDropIndexOPToken is used for parsing and specifying the AST used for drop index.class
SQLExplainOPToken is used for parsing and specifying the AST used for an explain plan statement.class
SQLInsertOPToken is used for parsing and specifying the AST used for a insert statment.class
SQLOPToken provides useful convenience methods for subclasses.class
SQLRestoreOPToken is used for parsing and specifying the AST used for restoring a cache.class
SQLSelectOPToken is used for parsing and specifying the AST used for a select statement.class
SQLSourceOPToken is used for parsing and specifying the AST used for sourcing (including) a file.class
SQLTraceOPToken is used for parsing and specifying the AST used for a trace statement.class
SQLTruncateCacheOPToken is used for parsing and specifying the AST used for truncate cache.class
SQLUpdateOPToken is used for parsing and specifying the AST used for an update statement. -
Uses of IdentifierOPToken in com.tangosol.coherence.dslquery.token.persistence
Modifier and TypeClassDescriptionclass
An abstract implementation of a snapshot operation which can be extended to support different persistence operations.class
SQLArchiveSnapshotOPToken is used for parsing and specifying the AST used for archiving snapshots.class
SQLCreateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLForceRecoveryOPToken is used for parsing and specifying the AST used for forcing recovery.class
SQLListArchivedSnapshotsOPToken is used for parsing and specifying the AST used for listing archived snapshots.class
SQLListArchiverOPToken is used for parsing and specifying the AST used for showing the archiver implementation for a service.class
SQLListServicesOPToken is used for parsing and specifying the AST used for listing services and their persistence mode.class
SQLConnectOPToken is used for parsing and specifying the AST used for listing snapshots.class
SQLRecoverSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLRemoveSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.class
SQLResumeServiceOPToken is used for parsing and specifying the AST used for resuming services.class
SQLRetrieveSnapshotOPToken is used for parsing and specifying the AST used for retrieving snapshots.class
SQLSuspendServiceOPToken is used for parsing and specifying the AST used for suspending services.class
SQLValidateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.