Class OSqlScriptExecutor
java.lang.Object
com.orientechnologies.orient.core.command.script.OAbstractScriptExecutor
com.orientechnologies.orient.core.command.OSqlScriptExecutor
- All Implemented Interfaces:
OScriptExecutor
Created by tglman on 25/01/17.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.command.script.OAbstractScriptExecutor
EMPTY_PARAMS, language, LINES_AROUND_ERROR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ODatabaseDocumentInternal database, String script, Object... args) execute(ODatabaseDocumentInternal database, String script, Map params) executeFunction(OCommandContext context, String functionName, Map<Object, Object> iArgs) Methods inherited from class com.orientechnologies.orient.core.command.script.OAbstractScriptExecutor
bind, bindContextVariables, preExecute, registerInterceptor, throwErrorMessage, unbind, unregisterInterceptorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.command.OScriptExecutor
close, closeAll
-
Constructor Details
-
OSqlScriptExecutor
public OSqlScriptExecutor()
-
-
Method Details
-
execute
public OResultSet execute(ODatabaseDocumentInternal database, String script, Object... args) throws OCommandSQLParsingException, OCommandExecutionException -
execute
-
executeFunction
-