| Modifier and Type | Interface and Description |
|---|---|
interface |
OCommandRequestInternal
Internal specialization of generic OCommand interface.
|
interface |
OCommandRequestText
Internal specialization of generic OCommand interface based on a text command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandRequestAbstract
Text based Command Request abstract class.
|
class |
OCommandRequestTextAbstract
Text based Command Request abstract class.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandRequest> |
OCommandRequestAbstract.setFetchPlan(String fetchPlan) |
<RET extends OCommandRequest> |
OCommandRequest.setFetchPlan(String iFetchPlan)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
OCommandManager.getRequester(String iType) |
OCommandRequest |
OCommandRequest.setContext(OCommandContext iContext) |
OCommandRequest |
OCommandRequest.setLimit(int iLimit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandExecutor> |
OCommandExecutor.parse(OCommandRequest iRequest)
Parse the request.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandManager |
OCommandManager.registerExecutor(Class<? extends OCommandRequest> iRequest,
Class<? extends OCommandExecutor> iExecutor) |
OCommandManager |
OCommandManager.registerExecutor(Class<? extends OCommandRequest> iRequest,
Class<? extends OCommandExecutor> iExecutor,
OCallable<Void,OCommandRequest> iConfigCallback) |
OCommandManager |
OCommandManager.registerExecutor(Class<? extends OCommandRequest> iRequest,
Class<? extends OCommandExecutor> iExecutor,
OCallable<Void,OCommandRequest> iConfigCallback) |
OCommandManager |
OCommandManager.registerRequester(String iType,
Class<? extends OCommandRequest> iRequest) |
OCommandManager |
OCommandManager.unregisterExecutor(Class<? extends OCommandRequest> iRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandFunction
Execute a configured function.
|
class |
OCommandScript
Script command request implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandExecutorFunction |
OCommandExecutorFunction.parse(OCommandRequest iRequest) |
OCommandExecutorScript |
OCommandExecutorScript.parse(OCommandRequest iRequest) |
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandRequest> |
ODatabase.command(OCommandRequest iCommand)
Execute a command against the database.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandRequest> |
ODatabase.command(OCommandRequest iCommand)
Execute a command against the database.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
ODatabaseDocumentTx.command(OCommandRequest iCommand)
Execute a command against the database.
|
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
ODatabaseDocumentTx.command(OCommandRequest iCommand)
Execute a command against the database.
|
| Modifier and Type | Method and Description |
|---|---|
protected OCommandRequest |
OIndexRemote.formatCommand(String iTemplate,
Object... iArgs) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OQuery<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
OQueryAbstract<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandSQL
SQL command request implementation.
|
class |
OCommandSQLResultset
Iterable SQL command request implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandExecutor> |
OMatchStatement.parse(OCommandRequest iRequest)
this method parses the statement
|
| 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 | Class and Description |
|---|---|
class |
OCommandGremlin
Executes a GREMLIN command
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandExecutor> |
OCommandGremlinExecutor.parse(OCommandRequest iRequest) |
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
OScriptGraphWrapper.command(OCommandRequest iCommand) |
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
OScriptGraphWrapper.command(OCommandRequest iCommand) |
| Modifier and Type | Method and Description |
|---|---|
OCommandExecutorSQLDeleteEdge |
OCommandExecutorSQLDeleteEdge.parse(OCommandRequest iRequest) |
OCommandExecutorSQLMoveVertex |
OCommandExecutorSQLMoveVertex.parse(OCommandRequest iRequest) |
OCommandExecutorSQLCreateVertex |
OCommandExecutorSQLCreateVertex.parse(OCommandRequest iRequest) |
OCommandExecutorSQLDeleteVertex |
OCommandExecutorSQLDeleteVertex.parse(OCommandRequest iRequest) |
OCommandExecutorSQLCreateEdge |
OCommandExecutorSQLCreateEdge.parse(OCommandRequest iRequest) |
| Modifier and Type | Field and Description |
|---|---|
protected OCommandRequest |
OrientJdbcStatement.query |
| Modifier and Type | Method and Description |
|---|---|
protected <RET> RET |
OrientJdbcPreparedStatement.executeCommand(OCommandRequest query) |
protected <RET> RET |
OrientJdbcStatement.executeCommand(OCommandRequest query) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCommandSQLPojoWrapper
Wraps the execution of a generic command by assuring to convert the result set in POJO where applicable.
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandRequest> |
ODatabasePojoAbstract.command(OCommandRequest iCommand)
Returns a wrapped OCommandRequest instance to catch the result-set by converting it before to return to the user application.
|
<RET extends OCommandRequest> |
OCommandSQLPojoWrapper.setFetchPlan(String iFetchPlan) |
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
OCommandSQLPojoWrapper.setContext(OCommandContext iContext) |
OCommandRequest |
OCommandSQLPojoWrapper.setLimit(int iLimit) |
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandRequest> |
ODatabasePojoAbstract.command(OCommandRequest iCommand)
Returns a wrapped OCommandRequest instance to catch the result-set by converting it before to return to the user application.
|
| Constructor and Description |
|---|
OCommandSQLPojoWrapper(ODatabasePojoAbstract<?> iDatabase,
OCommandRequest iCommand) |
| Modifier and Type | Method and Description |
|---|---|
OCommandExecutorSQLHAStatus |
OCommandExecutorSQLHAStatus.parse(OCommandRequest iRequest) |
OCommandExecutorSQLHASyncCluster |
OCommandExecutorSQLHASyncCluster.parse(OCommandRequest iRequest) |
OCommandExecutorSQLHASyncDatabase |
OCommandExecutorSQLHASyncDatabase.parse(OCommandRequest iRequest) |
OCommandExecutorSQLHARemoveServer |
OCommandExecutorSQLHARemoveServer.parse(OCommandRequest iRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientGraphCommand
Command wraps the command request and return wrapped Graph Element such as Vertex and Edge
|
| Modifier and Type | Method and Description |
|---|---|
<RET extends OCommandRequest> |
OrientGraphCommand.setFetchPlan(String iFetchPlan) |
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
OrientExtendedGraph.command(OCommandRequest iCommand)
Executes commands against the graph.
|
OCommandRequest |
OrientBaseGraph.command(OCommandRequest iCommand)
Executes commands against the graph.
|
OCommandRequest |
OrientGraphCommand.setContext(OCommandContext iContext) |
OCommandRequest |
OrientGraphCommand.setLimit(int iLimit) |
| Modifier and Type | Method and Description |
|---|---|
OCommandRequest |
OrientExtendedGraph.command(OCommandRequest iCommand)
Executes commands against the graph.
|
OCommandRequest |
OrientBaseGraph.command(OCommandRequest iCommand)
Executes commands against the graph.
|
| Constructor and Description |
|---|
OrientGraphCommand(OrientBaseGraph iGraph,
OCommandRequest iCommand) |
Copyright © 2009–2025 OrientDB. All rights reserved.