Modifier and Type | Interface and Description |
---|---|
interface |
BatchedCommand |
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 |
RecordLoggingExecutionFactory.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) |
ProcedureExecution |
ExecutionFactory.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 |
RecordLoggingExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
BaseDelegatingExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
CacheDirective |
BaseDelegatingExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata) |
CacheDirective |
ExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
Get the
CacheDirective to control command caching. |
void |
ReusableExecution.reset(Command c,
ExecutionContext executionContext,
C connection)
Called to reinitialized the execution for use.
|
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
AccumuloExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
AccumuloConnection connection) |
Constructor and Description |
---|
AccumuloUpdateExecution(AccumuloExecutionFactory aef,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
AccumuloConnection connection) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
CassandraExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
UpdateExecution |
CassandraExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
Constructor and Description |
---|
CassandraDirectQueryExecution(String cql,
List<Argument> arguments,
Command command,
CassandraConnection connection,
ExecutionContext context,
boolean returnsArray) |
CassandraQueryExecution(Command query,
CassandraConnection connection,
ExecutionContext context) |
CassandraUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected Command |
AbstractSpreadsheetExecution.command |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
SpreadsheetExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
UpdateExecution |
SpreadsheetExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
Constructor and Description |
---|
AbstractSpreadsheetExecution(Command command,
GoogleSpreadsheetConnection connection,
ExecutionContext context,
RuntimeMetadata metadata) |
SpreadsheetUpdateExecution(Command command,
GoogleSpreadsheetConnection connection,
ExecutionContext context,
RuntimeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
JDBCUpdateExecution |
HBaseExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
protected TranslatedCommand |
HBaseQueryExecution.translateCommand(Command command) |
protected TranslatedCommand |
HBaseUpdateExecution.translateCommand(Command command) |
List<?> |
HBaseExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Constructor and Description |
---|
HBaseExecutionException(org.teiid.core.BundleUtil.Event event,
SQLException error,
org.teiid.core.BundleUtil.Event code,
Command command) |
HBaseExecutionException(org.teiid.core.BundleUtil.Event event,
SQLException error,
Command command) |
HBaseUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn,
HBaseExecutionFactory executionFactory) |
Modifier and Type | Method and Description |
---|---|
JDBCUpdateExecution |
BaseHiveExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
List<?> |
BaseHiveExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
List<?> |
ImpalaExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
InfinispanCacheExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
InfinispanExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
InfinispanConnection connection) |
Constructor and Description |
---|
InfinispanUpdateExecution(Command command,
InfinispanConnection connection,
ExecutionContext context,
InfinispanExecutionFactory env) |
Modifier and Type | Field and Description |
---|---|
protected Command |
JDBCBaseExecution.command |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
JDBCExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
JDBCUpdateExecution |
JDBCExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
protected String |
SQLConversionVisitor.getSourceComment(Command command) |
String |
JDBCExecutionFactory.getSourceComment(ExecutionContext context,
Command command)
Returns the source comment for the given command
|
void |
JDBCExecutionFactory.setFetchSize(Command command,
ExecutionContext context,
Statement statement,
int fetchSize)
Set the fetch size on the given statement.
|
protected boolean |
JDBCExecutionFactory.supportsGeneratedKeys(ExecutionContext context,
Command command) |
void |
TranslatedCommand.translateCommand(Command command)
The method to cause this object to do it's thing.
|
protected TranslatedCommand |
JDBCBaseExecution.translateCommand(Command command) |
List<?> |
JDBCExecutionFactory.translateCommand(Command command,
ExecutionContext context)
Return a List of translated parts (
LanguageObject s and Objects), or null
if to rely on the default translation. |
Constructor and Description |
---|
JDBCBaseExecution(Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory jef) |
JDBCDirectQueryExecution(List<Argument> arguments,
Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory env) |
JDBCProcedureExecution(Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory env) |
JDBCQueryExecution(Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory env) |
JDBCUpdateExecution(Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory env) |
Modifier and Type | Method and Description |
---|---|
List<?> |
BaseDB2ExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
MySQLExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
String |
OracleExecutionFactory.getSourceComment(ExecutionContext context,
Command command) |
protected boolean |
OracleExecutionFactory.supportsGeneratedKeys(ExecutionContext context,
Command command) |
List<?> |
OracleExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
List<?> |
SQLServerExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SybaseExecutionFactory.setFetchSize(Command command,
ExecutionContext context,
Statement statement,
int fetchSize) |
List<?> |
SybaseExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
List<?> |
BaseSybaseExecutionFactory.translateCommand(Command command,
ExecutionContext context)
SetQueries don't have a concept of TOP, an inline view is needed.
|
Modifier and Type | Method and Description |
---|---|
List<?> |
TeradataExecutionFactory.translateCommand(Command command,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
JPA2ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
UpdateExecution |
JPA2ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
static String |
JPQLUpdateQueryVisitor.getJPQLString(Command obj) |
Constructor and Description |
---|
JPQLDirectQueryExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager em,
String query,
boolean returnsArray) |
JPQLUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager em) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
LDAPExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext context) |
UpdateExecution |
LDAPExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext context) |
Constructor and Description |
---|
LDAPUpdateExecution(Command command,
LdapContext ldapCtx) |
Modifier and Type | Method and Description |
---|---|
Execution |
LoopbackExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Object connection) |
Constructor and Description |
---|
LoopbackExecution(Command command,
LoopbackExecutionFactory config) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
MongoDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
UpdateExecution |
MongoDBExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
Constructor and Description |
---|
MongoDBDirectQueryExecution(List<Argument> arguments,
Command cmd,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection,
String nativeQuery,
boolean returnsArray,
MongoDBExecutionFactory ef) |
MongoDBUpdateExecution(MongoDBExecutionFactory executionFactory,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
ObjectExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
Constructor and Description |
---|
ObjectUpdateExecution(Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
SimpleMapCacheExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
ODataExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
Constructor and Description |
---|
ODataUpdateExecution(Command command,
ODataExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
ODataExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
Constructor and Description |
---|
ODataUpdateExecution(Command command,
ODataExecutionFactory translator,
ExecutionContext executionContext,
RuntimeMetadata metadata,
WSConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected Command |
OlapQueryExecution.command |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
OlapExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection connection) |
Constructor and Description |
---|
OlapQueryExecution(List<Argument> arguments,
Command command,
org.olap4j.OlapConnection connection,
ExecutionContext context,
OlapExecutionFactory executionFactory,
String mdxQuery,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
PrestoDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
JDBCUpdateExecution |
PrestoDBExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
SalesForceExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
UpdateExecution |
SalesForceExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected Command |
AbstractUpdateExecution.command |
protected Command |
DirectQueryExecution.command |
Constructor and Description |
---|
AbstractUpdateExecution(SalesForceExecutionFactory ef,
Command command,
SalesforceConnection salesforceConnection,
RuntimeMetadata metadata,
ExecutionContext context) |
DeleteExecutionImpl(SalesForceExecutionFactory ef,
Command command,
SalesforceConnection salesforceConnection,
RuntimeMetadata metadata,
ExecutionContext context) |
DirectQueryExecution(List<Argument> arguments,
Command command,
SalesforceConnection connection,
RuntimeMetadata metadata,
ExecutionContext context,
String query,
boolean returnsArray) |
InsertExecutionImpl(SalesForceExecutionFactory ef,
Command command,
SalesforceConnection salesforceConnection,
RuntimeMetadata metadata,
ExecutionContext context) |
UpdateExecutionImpl(SalesForceExecutionFactory ef,
Command command,
SalesforceConnection salesforceConnection,
RuntimeMetadata metadata,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
SimpleDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
UpdateExecution |
SimpleDBExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
Constructor and Description |
---|
SimpleDBDeleteExecute(Command command,
SimpleDBConnection connection) |
SimpleDBDirectQueryExecution(List<Argument> arguments,
Command command,
RuntimeMetadata metadata,
SimpleDBConnection connection,
ExecutionContext context) |
SimpleDBInsertExecute(Command command,
SimpleDBConnection connection) |
SimpleDBUpdateExecute(Command command,
SimpleDBConnection connection) |
Modifier and Type | Method and Description |
---|---|
UpdateExecution |
SolrExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
Constructor and Description |
---|
SolrQueryExecution(SolrExecutionFactory ef,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
SolrUpdateExecution(SolrExecutionFactory ef,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SolrConnection connection) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.