public class JDBCProcedureExecution extends JDBCQueryExecution implements ProcedureExecution
columnDataTypes, results, tempTablescommand, 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() |
List<?> |
getOutputParameterValues() |
List<?> |
next() |
close, createFullTempTables, createTempTablesaddStatementWarnings, bind, cancel, getCallableStatement, getConnection, getPreparedStatement, getStatement, setSizeContraints, translateCommandpublic JDBCProcedureExecution(Command command, Connection connection, ExecutionContext context, JDBCExecutionFactory env)
connection - sqlTranslator - logger - props - id - public void execute()
throws TranslatorException
execute in interface Executionexecute in class JDBCQueryExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionnext in class JDBCQueryExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionCopyright © 2019. All rights reserved.