| Modifier and Type | Class and Description |
|---|---|
class |
OQueryParsingException |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OCommandExecutorSQLSelect.parseFetchplan(String w)
Parses the fetchplan keyword if found.
|
protected int |
OCommandExecutorSQLResultsetAbstract.parseLimit(String w)
Parses the limit keyword if found.
|
protected String |
OCommandExecutorSQLAbstract.parseLock()
Parses the lock keyword if found.
|
protected boolean |
OCommandExecutorSQLTraverse.parseMaxDepth(String w) |
protected boolean |
OCommandExecutorSQLSelect.parseNoCache(String w)
Parses the NOCACHE keyword if found.
|
protected void |
OCommandExecutorSQLRetryAbstract.parseRetry()
Parses the RETRY number of times
|
protected void |
OCommandExecutorSQLUpdate.parseReturn()
Parses the returning keyword if found.
|
protected String |
OCommandExecutorSQLDelete.parseReturn()
Parses the returning keyword if found.
|
protected void |
OCommandExecutorSQLInsert.parseReturn(Boolean subQueryExpected)
Parses the returning keyword if found.
|
protected int |
OCommandExecutorSQLResultsetAbstract.parseSkip(String w)
Parses the skip keyword if found.
|
protected boolean |
OCommandExecutorSQLTraverse.parseStrategy(String w)
Parses the strategy keyword if found.
|
protected boolean |
OCommandExecutorSQLAbstract.parseTimeout(String w)
Parses the timeout keyword if found.
|
| Constructor and Description |
|---|
OCommandSQLParsingException(OCommandSQLParsingException exception) |
| Modifier and Type | Method and Description |
|---|---|
protected static OStatement |
OStatementCache.parse(String statement)
parses an SQL statement and returns the corresponding executor
|
void |
OAlterPropertyStatement.validate() |
void |
OStatement.validate() |
void |
OSelectStatement.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
OCommandExecutorSQLDeleteVertex.parseReturn()
Parses the returning keyword if found.
|
Copyright © 2009–2025 OrientDB. All rights reserved.