|
||||||||||
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 Execution
ConnectorException
public java.util.List next() throws ConnectorException, DataNotAvailableException
next
in interface ResultSetExecution
ConnectorException
DataNotAvailableException
public java.util.List<?> getOutputParameterValues() throws ConnectorException
ProcedureExecution
getOutputParameterValues
in interface ProcedureExecution
ConnectorException
- If an error occurs while retrieving the output valuepublic void cancel() throws ConnectorException
Execution
cancel
in interface Execution
ConnectorException
Execution.cancel()
public void close() throws ConnectorException
Execution
close
in interface Execution
ConnectorException
Execution.close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |