Package com.tangosol.coherence.dslquery.token
This package contains implementations of
OPToken
specifically
for parsing CohQL statements.- Since:
- 12.2.1
-
Class Summary Class Description SQLBackupOPToken SQLBackupOPToken is used for parsing and specifying the AST used for backing up a cache.SQLCreateCacheOPToken SQLCreateOPToken is used for parsing and specifying the AST used for a create cache.SQLCreateIndexOPToken SQLCreateOPToken is used for parsing and specifying the AST used for a create index query.SQLDeleteOPToken SQLDeleteOPToken is used for parsing and specifying the AST used for a delete query.SQLDropCacheOPToken SQLDropCacheOPToken is used for parsing and specifying the AST used for drop cacheSQLDropIndexOPToken SQLDropIndexOPToken is used for parsing and specifying the AST used for drop index.SQLExplainOPToken SQLExplainOPToken is used for parsing and specifying the AST used for an explain plan statement.SQLInsertOPToken SQLInsertOPToken is used for parsing and specifying the AST used for a insert statment.SQLOPToken SQLOPToken provides useful convenience methods for subclasses.SQLPeekOPToken An CohQL implementation of aPeekOPToken
.SQLRestoreOPToken SQLRestoreOPToken is used for parsing and specifying the AST used for restoring a cache.SQLSelectOPToken SQLSelectOPToken is used for parsing and specifying the AST used for a select statement.SQLSourceOPToken SQLSourceOPToken is used for parsing and specifying the AST used for sourcing (including) a file.SQLTraceOPToken SQLTraceOPToken is used for parsing and specifying the AST used for a trace statement.SQLTruncateCacheOPToken SQLTruncateCacheOPToken is used for parsing and specifying the AST used for truncate cache.SQLUpdateOPToken SQLUpdateOPToken is used for parsing and specifying the AST used for an update statement.