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()
Execute the associated command.
|
List<?> |
getOutputParameterValues()
Get the output parameter values.
|
List<?> |
next()
Retrieves the next row of the resultset.
|
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
Executionexecute in interface Executionexecute in class JDBCQueryExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
ResultSetExecutionnext in interface ResultSetExecutionnext in class JDBCQueryExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
ProcedureExecutiongetOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output valueCopyright © 2017 JBoss by Red Hat. All rights reserved.