Uses of Interface
org.teiid.translator.ProcedureExecution
-
Packages that use ProcedureExecution Package Description org.teiid.translator -
-
Uses of ProcedureExecution in org.teiid.translator
Methods in org.teiid.translator that return ProcedureExecution Modifier and Type Method Description ProcedureExecutionBaseDelegatingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionBaseDelegatingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-