public class JDBCDirectQueryExecution extends JDBCQueryExecution implements ProcedureExecution
| Modifier and Type | Field and Description |
|---|---|
protected int |
columnCount |
protected int |
updateCount |
columnDataTypes, results, tempTablescommand, connection, context, executionFactory, fetchSize, statement, trimString| Constructor and Description |
|---|
JDBCDirectQueryExecution(List<Argument> arguments,
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 JDBCDirectQueryExecution(List<Argument> arguments, Command command, Connection connection, ExecutionContext context, JDBCExecutionFactory env)
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 © 2020. All rights reserved.