Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorNotFoundException |
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.execute(String language,
String script,
Map<String,?> args)
Execute a script of a specified query language The result set has to be closed after usage
Sample usage: |
default OResultSet |
ODatabase.execute(String language,
String script,
Object... args)
Execute a script in a specified query language.
|
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 |
ODatabaseDocumentRemote.execute(String language,
String script,
Map<String,?> args) |
OResultSet |
ODatabaseDocumentTx.execute(String language,
String script,
Map<String,?> args)
Deprecated.
|
OResultSet |
ODatabaseDocumentRemote.execute(String language,
String script,
Object... args) |
OResultSet |
ODatabaseDocumentTx.execute(String language,
String script,
Object... args)
Deprecated.
|
OResultSet |
ODatabaseDocumentTx.query(String query,
Map args)
Deprecated.
|
Constructor and Description |
---|
OCommandExecutionException(OCommandExecutionException exception) |
Modifier and Type | Method and Description |
---|---|
OSQLFunction |
ODatabaseFunctionFactory.createFunction(String name) |
Modifier and Type | Method and Description |
---|---|
OCommandExecutorSQLAbstract |
ODynamicSQLElementFactory.createCommand(String name) |
OCommandExecutor |
ODefaultCommandExecutorSQLFactory.createCommand(String name)
Create command for the given name.
|
OCommandExecutor |
OCommandExecutorSQLFactory.createCommand(String name)
Create command for the given name.
|
OCommandExecutorSQLAbstract |
OLiveCommandExecutorSQLFactory.createCommand(String name)
Create command for the given name.
|
OSQLFunction |
ODynamicSQLElementFactory.createFunction(String name) |
Modifier and Type | Method and Description |
---|---|
void |
OUpdateExecutionPlan.executeInternal() |
void |
OInsertExecutionPlan.executeInternal() |
OResultSet |
OSingleOpExecutionPlan.executeInternal(OBasicCommandContext ctx) |
OResultSet |
ODDLExecutionPlan.executeInternal(OBasicCommandContext ctx) |
Modifier and Type | Method and Description |
---|---|
OSQLFunction |
OSQLFunctionFactoryTemplate.createFunction(String name) |
OSQLFunction |
OSQLFunctionFactory.createFunction(String name)
Create function for the given name.
|
Modifier and Type | Method and Description |
---|---|
OSQLMethod |
OSQLMethodFactory.createMethod(String name)
Create method for the given name.
|
OSQLMethod |
ODefaultSQLMethodFactory.createMethod(String name) |
Modifier and Type | Method and Description |
---|---|
OCommandExecutorSQLAbstract |
OGraphCommandExecutorSQLFactory.createCommand(String name)
Create command for the given name.
|
Modifier and Type | Method and Description |
---|---|
OResultSet |
OObjectDatabaseTx.command(String query,
Map args) |
OResultSet |
OObjectDatabaseTx.command(String query,
Object... args) |
OResultSet |
OObjectDatabaseTx.execute(String language,
String script,
Map<String,?> args) |
OResultSet |
OObjectDatabaseTx.execute(String language,
String script,
Object... args) |
OResultSet |
OObjectDatabaseTx.query(String query,
Map args) |
OResultSet |
OObjectDatabaseTx.query(String query,
Object... args) |
Modifier and Type | Method and Description |
---|---|
OCommandExecutorSQLAbstract |
ODistributedCommandExecutorSQLFactory.createCommand(String name)
Create command for the given name.
|
Copyright © 2009–2020 OrientDB. All rights reserved.