Modifier and Type | Method and Description |
---|---|
OResultSet |
OSqlScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Object... args) |
Modifier and Type | Method and Description |
---|---|
default OResultSet |
ODatabase.command(String query,
Map args)
Executes a generic (idempotent or non idempotent) command.
|
default OResultSet |
ODatabase.command(String query,
Object... args)
Executes a generic (idempotent or non idempotent) command.
|
default OResultSet |
ODatabase.query(String query,
Map args)
Executes an SQL query (idempotent).
|
default OResultSet |
ODatabase.query(String query,
Object... args)
Executes an SQL query.
|
Modifier and Type | Method and Description |
---|---|
OResultSet |
ODatabaseDocumentTx.command(String query,
Map args)
Deprecated.
|
OResultSet |
ODatabaseDocumentTx.command(String query,
Object... args)
Deprecated.
|
OResultSet |
ODatabaseDocumentTx.query(String query,
Map args)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OQueryParsingException |
Modifier and Type | Method and Description |
---|---|
protected static OOrBlock |
OPredicateCache.parse(String statement) |
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.
|
static OOrBlock |
OSQLEngine.parsePredicate(String predicate) |
protected void |
OCommandExecutorSQLRetryAbstract.parseRetry()
Parses the RETRY number of times
|
protected String |
OCommandExecutorSQLDelete.parseReturn()
Parses the returning keyword if found.
|
protected void |
OCommandExecutorSQLUpdate.parseReturn()
Parses the returning keyword if found.
|
protected String |
OCommandExecutorSQLDeleteVertex.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 |
---|---|
void |
OCreateViewStatement.checkMetadataSyntax() |
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() |
void |
OTraverseStatement.validate() |
Modifier and Type | Method and Description |
---|---|
OResultSet |
OObjectDatabaseTx.command(String query,
Map args) |
OResultSet |
OObjectDatabaseTx.command(String query,
Object... args) |
OResultSet |
OObjectDatabaseTx.query(String query,
Map args) |
OResultSet |
OObjectDatabaseTx.query(String query,
Object... args) |
Copyright © 2009–2020 OrientDB. All rights reserved.