OPToken
specifically
for parsing CohQL statements.See: Description
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 cache
Syntax:
DROP CACHE 'cache-name'
|
SQLDropIndexOPToken |
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 a
PeekOPToken . |
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.
|
OPToken
specifically
for parsing CohQL statements.