| Modifier and Type | Method and Description |
|---|---|
<RET extends List<?>> |
ODatabase.query(OQuery<?> iCommand,
Object... iArgs)
Execute a query against the database.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends List<?>> |
ODatabaseDocumentTx.query(OQuery<?> iCommand,
Object... iArgs)
Execute a query against the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OQueryAbstract<T> |
| Modifier and Type | Field and Description |
|---|---|
protected OQuery<ODocument> |
OQueryContext.sourceQuery |
| Modifier and Type | Method and Description |
|---|---|
void |
OQueryContext.setSourceQuery(OQuery<ODocument> sourceQuery) |
| Modifier and Type | Class and Description |
|---|---|
class |
OLiveQuery<T>
SQL live query.
|
class |
OSQLAsynchQuery<T>
SQL asynchronous query.
|
class |
OSQLNonBlockingQuery<T>
SQL asynchronous query.
|
class |
OSQLQuery<T>
SQL query implementation.
|
class |
OSQLSynchQuery<T>
SQL synchronous query.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends List<?>> |
ODatabasePojoAbstract.query(OQuery<?> iCommand,
Object... iArgs) |
Copyright © 2009–2025 OrientDB. All rights reserved.