|
||||||||||
| 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.metadata.MetadataProcedureExecution
public class MetadataProcedureExecution
| Constructor Summary | |
|---|---|
MetadataProcedureExecution(IProcedure procedure,
RuntimeMetadata metadata,
com.metamatrix.connector.metadata.internal.IObjectSource objectSource)
|
|
| 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. |
java.util.List |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataProcedureExecution(IProcedure procedure,
RuntimeMetadata metadata,
com.metamatrix.connector.metadata.internal.IObjectSource objectSource)
metadata - objectSource - | Method Detail |
|---|
public void execute()
throws ConnectorException
Execution
execute in interface ExecutionConnectorException
public java.util.List next()
throws ConnectorException,
DataNotAvailableException
next in interface ResultSetExecutionConnectorException
DataNotAvailableException
public java.util.List<?> getOutputParameterValues()
throws ConnectorException
ProcedureExecution
getOutputParameterValues in interface ProcedureExecutionConnectorException - If an error occurs while retrieving the output value
public void cancel()
throws ConnectorException
Execution
cancel in interface ExecutionConnectorExceptionExecution.cancel()
public void close()
throws ConnectorException
Execution
close in interface ExecutionConnectorExceptionExecution.close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||