public class ObjectDirectExecution extends ObjectBaseExecution implements ProcedureExecution
| Modifier and Type | Field and Description |
|---|---|
protected int |
updateCount |
connection, env, executionContext| Constructor and Description |
|---|
ObjectDirectExecution(List<Argument> arguments,
Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Terminates the execution normally.
|
void |
execute()
Execute the associated command.
|
List<?> |
getOutputParameterValues()
Get the output parameter values.
|
List<?> |
next()
Retrieves the next row of the resultset.
|
cancel, getClassRegistrypublic ObjectDirectExecution(List<Argument> arguments, Command command, ObjectConnection connection, ExecutionContext context, ObjectExecutionFactory env)
public void execute()
throws TranslatorException
Executionexecute in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
ResultSetExecutionnext in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues()
ProcedureExecutiongetOutputParameterValues in interface ProcedureExecutionpublic void close()
close in interface Executionclose in class ObjectBaseExecutionExecution.close()Copyright © 2017 JBoss by Red Hat. All rights reserved.