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