Package | Description |
---|---|
com.tangosol.coherence.dslquery.queryplus |
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands. |
com.tangosol.coherence.dslquery.token |
This package contains implementations of
OPToken specifically
for parsing CohQL statements. |
com.tangosol.coherence.dslquery.token.persistence |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryPlusStatementBuilder.AbstractOPToken
An
OPToken implementation
that holds the name of the functor associated to an OPToken. |
class |
CommandsStatementBuilder.CommandsOPToken
A CohQL OPToken representing the QueryPlus "commands" command.
|
class |
ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken
A CohQL OPToken representing the QueryPlus "extended language" command.
|
class |
HelpStatementBuilder.HelpCommandOPToken
A CohQL OPToken representing the QueryPlus "help" command.
|
class |
SanityCheckStatementBuilder.SanityCheckCommandOPToken
A CohQL OPToken representing the QueryPlus "sanity check" command.
|
class |
ServicesStatementBuilder.ServicesCommandOPToken
A CohQL OPToken representing the QueryPlus "services" command.
|
class |
SetTimeoutStatementBuilder.SetTimeoutOPToken
A CohQL OPToken representing the QueryPlus
"ALTER SESSION SET TIMEOUT" statement.
|
class |
TraceStatementBuilder.TraceCommandOPToken
A CohQL OPToken representing the QueryPlus "trace" command.
|
class |
WheneverStatementBuilder.WheneverCommandOPToken
A CohQL OPToken representing the QueryPlus "whenever" command.
|
Modifier and Type | Class and 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 cache
Syntax:
DROP CACHE 'cache-name'
|
class |
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 |
SQLOPToken
SQLOPToken provides useful convenience methods for subclasses.
|
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.
|
Modifier and Type | Class and 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.
|