public class JDBCDirectQueryExecution extends JDBCQueryExecution implements org.teiid.translator.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<org.teiid.language.Argument> arguments,
org.teiid.language.Command command,
Connection connection,
org.teiid.translator.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<org.teiid.language.Argument> arguments, org.teiid.language.Command command, Connection connection, org.teiid.translator.ExecutionContext context, JDBCExecutionFactory env)
public void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionexecute in class JDBCQueryExecutionorg.teiid.translator.TranslatorExceptionpublic List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
next in interface org.teiid.translator.ResultSetExecutionnext in class JDBCQueryExecutionorg.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
getOutputParameterValues in interface org.teiid.translator.ProcedureExecutionorg.teiid.translator.TranslatorExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.