| Package | Description |
|---|---|
| org.teiid.language | |
| org.teiid.language.visitor | |
| org.teiid.translator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchedCommand
Deprecated.
|
interface |
BulkCommand
A command the can optionally provide bulk values for
Parameters |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchedUpdates
Represents a batch of INSERT, UPDATE and DELETE commands to be executed together.
|
class |
Call
Represents a procedural execution (such as a stored procedure).
|
class |
Delete
Represents a DELETE command.
|
class |
Insert |
class |
QueryExpression |
class |
Select
Represents a simple SELECT query.
|
class |
SetQuery |
class |
Update
Represents an UPDATE command in the language objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Command> |
BatchedUpdates.getUpdateCommands() |
| Constructor and Description |
|---|
BatchedUpdates(List<Command> updateCommands) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SQLStringVisitor.getSourceComment(Command command) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureExecution |
ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createDirectExecution(List<Argument> arguments,
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
|
UpdateExecution |
ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
BaseDelegatingExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
CacheDirective |
ExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
Get the
CacheDirective to control command caching. |
CacheDirective |
BaseDelegatingExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata) |
void |
ReusableExecution.reset(Command c,
ExecutionContext executionContext,
C connection)
Called to reinitialized the execution for use.
|
Copyright © 2019. All rights reserved.