public class JDBCProcedureExecution extends JDBCQueryExecution implements ProcedureExecution
columnDataTypes, results, tempTables
command, connection, context, executionFactory, fetchSize, statement, trimString
Constructor and Description |
---|
JDBCProcedureExecution(Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory env) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the associated command.
|
List<?> |
getOutputParameterValues()
Get the output parameter values.
|
List<?> |
next()
Retrieves the next row of the resultset.
|
close, createFullTempTables, createTempTables
addStatementWarnings, bind, cancel, getCallableStatement, getConnection, getPreparedStatement, getStatement, setSizeContraints, translateCommand
public JDBCProcedureExecution(Command command, Connection connection, ExecutionContext context, JDBCExecutionFactory env)
connection
- sqlTranslator
- logger
- props
- id
- public void execute() throws TranslatorException
Execution
execute
in interface Execution
execute
in class JDBCQueryExecution
TranslatorException
public List<?> next() throws TranslatorException, DataNotAvailableException
ResultSetExecution
next
in interface ResultSetExecution
next
in class JDBCQueryExecution
TranslatorException
DataNotAvailableException
public List<?> getOutputParameterValues() throws TranslatorException
ProcedureExecution
getOutputParameterValues
in interface ProcedureExecution
TranslatorException
- If an error occurs while retrieving the output valueCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.