|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Execution | |
|---|---|
| org.teiid.translator | |
| Uses of Execution in org.teiid.translator |
|---|
| Subinterfaces of Execution in org.teiid.translator | |
|---|---|
interface |
ProcedureExecution
The procedure execution represents the case where a connector can execute a Call. |
interface |
ResultSetExecution
Defines an execution for QueryExpressions and Calls that
returns a resultset, which is represented through the iterator method
ResultSetExecution.next(). |
interface |
UpdateExecution
The update execution represents the case where a connector can execute an Insert, Update, Delete, or BatchedUpdates command. |
| Methods in org.teiid.translator that return Execution | |
|---|---|
Execution |
BaseDelegatingExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
Execution |
ExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
Create an execution object for the specified command |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||