| Package | Description |
|---|---|
| org.teiid.translator |
| Modifier and Type | Interface and Description |
|---|---|
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 |
ReusableExecution<C>
Additional methods that may optionally be implemented for an
Execution |
interface |
UpdateExecution
The update execution represents the case where a connector can
execute an
Insert, Update, Delete, or BatchedUpdates command. |
| Modifier and Type | Method and Description |
|---|---|
Execution |
ExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
Create an execution object for the specified command
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.