| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql | |
| com.orientechnologies.orient.core.sql.parser | |
| com.orientechnologies.orient.core.sql.query |
| Modifier and Type | Field and Description |
|---|---|
protected OSQLAsynchQuery<ODocument> |
OCommandExecutorToOStatementWrapper.request |
protected OSQLAsynchQuery<ODocument> |
OCommandExecutorSQLResultsetAbstract.request |
| Modifier and Type | Method and Description |
|---|---|
void |
OCommandExecutorSQLResultsetAbstract.setRequest(OSQLAsynchQuery<ODocument> request) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OProfileStorageStatement.execute(OSQLAsynchQuery<ODocument> request,
OCommandContext context,
OProgressListener progressListener) |
Object |
OMatchStatement.execute(OSQLAsynchQuery<ODocument> request,
OCommandContext context,
OProgressListener progressListener)
executes the match statement.
|
Object |
OStatement.execute(OSQLAsynchQuery<ODocument> request,
OCommandContext context,
OProgressListener progressListener) |
protected Object |
OProfileStorageStatement.getResult(OSQLAsynchQuery<ODocument> request) |
protected Object |
OMatchStatement.getResult(OSQLAsynchQuery<ODocument> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
OLiveQuery<T>
SQL live query.
|
class |
OSQLSynchQuery<T>
SQL synchronous query.
|
Copyright © 2009–2025 OrientDB. All rights reserved.