|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.connector.basic.BasicExecution
com.metamatrix.connector.loopback.LoopbackExecution
public class LoopbackExecution
Represents the execution of a command.
| Field Summary | |
|---|---|
static java.sql.Date |
SQL_DATE_VAL
|
static java.sql.Time |
TIME_VAL
|
static java.sql.Timestamp |
TIMESTAMP_VAL
|
| Constructor Summary | |
|---|---|
LoopbackExecution(ICommand command,
ConnectorEnvironment env,
RuntimeMetadata metadata)
|
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the execution abnormally. |
void |
close()
Terminates the execution normally. |
void |
execute()
Execute the associated command. |
java.util.List<?> |
getOutputParameterValues()
Get the output parameter values. |
int[] |
getUpdateCounts()
|
java.util.List<?> |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.sql.Date SQL_DATE_VAL
public static java.sql.Time TIME_VAL
public static java.sql.Timestamp TIMESTAMP_VAL
| Constructor Detail |
|---|
public LoopbackExecution(ICommand command,
ConnectorEnvironment env,
RuntimeMetadata metadata)
| Method Detail |
|---|
public java.util.List<?> next()
throws ConnectorException,
DataNotAvailableException
next in interface ResultSetExecutionConnectorException
DataNotAvailableException
public void execute()
throws ConnectorException
Execution
execute in interface ExecutionConnectorException
public int[] getUpdateCounts()
throws DataNotAvailableException,
ConnectorException
getUpdateCounts in interface UpdateExecutionDataNotAvailableException
ConnectorException
public java.util.List<?> getOutputParameterValues()
throws ConnectorException
ProcedureExecution
getOutputParameterValues in interface ProcedureExecutionConnectorException - If an error occurs while retrieving the output value
public void close()
throws ConnectorException
Execution
close in interface ExecutionConnectorException
public void cancel()
throws ConnectorException
Execution
cancel in interface ExecutionConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||