|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.jdbc.JDBCBaseExecution
org.teiid.translator.jdbc.JDBCQueryExecution
org.teiid.translator.jdbc.JDBCProcedureExecution
public class JDBCProcedureExecution
| Field Summary |
|---|
| Fields inherited from class org.teiid.translator.jdbc.JDBCQueryExecution |
|---|
columnDataTypes, command, results |
| Fields inherited from class org.teiid.translator.jdbc.JDBCBaseExecution |
|---|
connection, context, executionFactory, fetchSize, statement, trimString |
| Constructor Summary | |
|---|---|
JDBCProcedureExecution(Command command,
java.sql.Connection connection,
ExecutionContext context,
JDBCExecutionFactory env)
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute the associated command. |
java.util.List<?> |
getOutputParameterValues()
Get the output parameter values. |
java.util.List<?> |
next()
Retrieves the next row of the resultset. |
| Methods inherited from class org.teiid.translator.jdbc.JDBCQueryExecution |
|---|
close |
| Methods inherited from class org.teiid.translator.jdbc.JDBCBaseExecution |
|---|
addStatementWarnings, bindPreparedStatementValues, cancel, getCallableStatement, getConnection, getPreparedStatement, getStatement, setSizeContraints, translateCommand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.teiid.translator.Execution |
|---|
cancel, close |
| Constructor Detail |
|---|
public JDBCProcedureExecution(Command command,
java.sql.Connection connection,
ExecutionContext context,
JDBCExecutionFactory env)
connection - sqlTranslator - logger - props - id - | Method Detail |
|---|
public void execute()
throws TranslatorException
Execution
execute in interface Executionexecute in class JDBCQueryExecutionTranslatorException
public java.util.List<?> next()
throws TranslatorException,
DataNotAvailableException
ResultSetExecution
next in interface ResultSetExecutionnext in class JDBCQueryExecutionTranslatorException
DataNotAvailableException
public java.util.List<?> getOutputParameterValues()
throws TranslatorException
ProcedureExecution
getOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||