Uses of Interface
org.teiid.translator.Execution
-
Packages that use Execution Package Description org.teiid.translator -
-
Uses of Execution in org.teiid.translator
Subinterfaces of Execution in org.teiid.translator Modifier and Type Interface Description interfaceProcedureExecutionThe procedure execution represents the case where a connector can execute aCall.interfaceResultSetExecutionDefines an execution forQueryExpressions andCalls that returns a resultset, which is represented through the iterator methodResultSetExecution.next().interfaceReusableExecution<C>Additional methods that may optionally be implemented for anExecutioninterfaceUpdateExecutionThe update execution represents the case where a connector can execute anInsert,Update,Delete, orBatchedUpdatescommand.Methods in org.teiid.translator that return Execution Modifier and Type Method Description ExecutionExecutionFactory. createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)Create an execution object for the specified command
-