public class JDBCProcedureExecution extends JDBCQueryExecution implements org.teiid.translator.ProcedureExecution
columnDataTypes, results, tempTablescommand, connection, context, executionFactory, fetchSize, statement, trimString| Constructor and Description |
|---|
JDBCProcedureExecution(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 JDBCProcedureExecution(org.teiid.language.Command command,
Connection connection,
org.teiid.translator.ExecutionContext context,
JDBCExecutionFactory env)
connection - sqlTranslator - logger - props - id - 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.