|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Execution | |
|---|---|
| org.teiid.connector.api | |
| org.teiid.connector.basic | |
| Uses of Execution in org.teiid.connector.api |
|---|
| Subinterfaces of Execution in org.teiid.connector.api | |
|---|---|
interface |
ProcedureExecution
The procedure execution represents the case where a connector can execute a procedural call (such as a stored procedure). |
interface |
ResultSetExecution
|
interface |
UpdateExecution
The update execution represents the case where a connector can execute an INSERT, UPDATE, or DELETE command. |
| Methods in org.teiid.connector.api that return Execution | |
|---|---|
Execution |
Connection.createExecution(ICommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
Create an execution object for the specified command |
| Uses of Execution in org.teiid.connector.basic |
|---|
| Classes in org.teiid.connector.basic that implement Execution | |
|---|---|
class |
BasicExecution
|
| Methods in org.teiid.connector.basic that return Execution | |
|---|---|
Execution |
BasicConnection.createExecution(ICommand command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||