Uses of Interface
org.teiid.language.Command
-
-
Uses of Command in org.teiid.dqp.internal.datamgr
Methods in org.teiid.dqp.internal.datamgr that return Command Modifier and Type Method Description Command
LanguageBridgeFactory. translate(Command command)
Methods in org.teiid.dqp.internal.datamgr with parameters of type Command Modifier and Type Method Description void
ExecutionContextImpl. setGeneratedKeyColumns(Command translatedCommand)
-
Uses of Command in org.teiid.language
Subinterfaces of Command in org.teiid.language Modifier and Type Interface Description interface
BatchedCommand
Deprecated.interface
BulkCommand
A command the can optionally provide bulk values forParameter
sClasses in org.teiid.language that implement Command Modifier and Type Class 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.Methods in org.teiid.language that return types with arguments of type Command Modifier and Type Method Description List<Command>
BatchedUpdates. getUpdateCommands()
Constructor parameters in org.teiid.language with type arguments of type Command Constructor Description BatchedUpdates(List<Command> updateCommands)
-
Uses of Command in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Command Modifier and Type Method Description protected String
SQLStringVisitor. getSourceComment(Command command)
-
Uses of Command in org.teiid.translator
Methods in org.teiid.translator with parameters of type Command Modifier and Type Method Description 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 commandUpdateExecution
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 theCacheDirective
to control command caching.void
ReusableExecution. reset(Command c, ExecutionContext executionContext, C connection)
Called to reinitialized the execution for use. -
Uses of Command in org.teiid.translator.accumulo
Methods in org.teiid.translator.accumulo with parameters of type Command Modifier and Type Method Description UpdateExecution
AccumuloExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, AccumuloConnection connection)
Constructors in org.teiid.translator.accumulo with parameters of type Command Constructor Description AccumuloUpdateExecution(AccumuloExecutionFactory aef, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, AccumuloConnection connection)
-
Uses of Command in org.teiid.translator.cassandra
Methods in org.teiid.translator.cassandra with parameters of type Command Modifier and Type Method 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)
Constructors in org.teiid.translator.cassandra with parameters of type Command Constructor 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)
-
Uses of Command in org.teiid.translator.couchbase
Methods in org.teiid.translator.couchbase with parameters of type Command Modifier and Type Method Description ProcedureExecution
CouchbaseExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
UpdateExecution
CouchbaseExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
Constructors in org.teiid.translator.couchbase with parameters of type Command Constructor Description CouchbaseDirectQueryExecution(List<Argument> arguments, Command command, CouchbaseExecutionFactory executionFactory, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
CouchbaseUpdateExecution(Command command, CouchbaseExecutionFactory ef, ExecutionContext context, RuntimeMetadata metadata, CouchbaseConnection conn)
-
Uses of Command in org.teiid.translator.excel
Methods in org.teiid.translator.excel with parameters of type Command Modifier and Type Method Description ExcelUpdateExecution
ExcelExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, VirtualFileConnection connection)
-
Uses of Command in org.teiid.translator.google
Fields in org.teiid.translator.google declared as Command Modifier and Type Field Description protected Command
AbstractSpreadsheetExecution. command
Methods in org.teiid.translator.google with parameters of type Command Modifier and Type Method 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)
Constructors in org.teiid.translator.google with parameters of type Command Constructor Description AbstractSpreadsheetExecution(Command command, GoogleSpreadsheetConnection connection, ExecutionContext context, RuntimeMetadata metadata)
SpreadsheetUpdateExecution(Command command, GoogleSpreadsheetConnection connection, ExecutionContext context, RuntimeMetadata metadata)
-
Uses of Command in org.teiid.translator.hive
Methods in org.teiid.translator.hive with parameters of type Command Modifier and Type Method 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)
-
Uses of Command in org.teiid.translator.infinispan.hotrod
Methods in org.teiid.translator.infinispan.hotrod with parameters of type Command Modifier and Type Method Description ProcedureExecution
InfinispanExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, InfinispanConnection connection)
UpdateExecution
InfinispanExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, InfinispanConnection connection)
Constructors in org.teiid.translator.infinispan.hotrod with parameters of type Command Constructor Description InfinispanDirectQueryExecution(List<Argument> arguments, Command command, ExecutionContext context, RuntimeMetadata metadata, InfinispanConnection connection)
InfinispanUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, InfinispanConnection connection)
-
Uses of Command in org.teiid.translator.jdbc
Fields in org.teiid.translator.jdbc declared as Command Modifier and Type Field Description protected Command
JDBCBaseExecution. command
Methods in org.teiid.translator.jdbc with parameters of type Command Modifier and Type Method 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)
String
JDBCExecutionFactory. getSourceComment(ExecutionContext context, Command command)
Returns the source comment for the given commandprotected String
SQLConversionVisitor. getSourceComment(Command 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)
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.void
TranslatedCommand. translateCommand(Command command)
The method to cause this object to do it's thing.Constructors in org.teiid.translator.jdbc with parameters of type Command Constructor 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)
-
Uses of Command in org.teiid.translator.jdbc.db2
Methods in org.teiid.translator.jdbc.db2 with parameters of type Command Modifier and Type Method Description List<?>
BaseDB2ExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.hsql
Methods in org.teiid.translator.jdbc.hsql with parameters of type Command Modifier and Type Method Description List<?>
HsqlExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.modeshape
Methods in org.teiid.translator.jdbc.modeshape with parameters of type Command Modifier and Type Method Description List<?>
ModeShapeExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.mysql
Methods in org.teiid.translator.jdbc.mysql with parameters of type Command Modifier and Type Method Description List<?>
MySQLExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.oracle
Methods in org.teiid.translator.jdbc.oracle with parameters of type Command Modifier and Type Method Description String
OracleExecutionFactory. getSourceComment(ExecutionContext context, Command command)
protected boolean
OracleExecutionFactory. supportsGeneratedKeys(ExecutionContext context, Command command)
List<?>
OracleExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.sqlserver
Methods in org.teiid.translator.jdbc.sqlserver with parameters of type Command Modifier and Type Method Description List<?>
SQLServerExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.sybase
Methods in org.teiid.translator.jdbc.sybase with parameters of type Command Modifier and Type Method Description void
SybaseExecutionFactory. setFetchSize(Command command, ExecutionContext context, Statement statement, int fetchSize)
List<?>
BaseSybaseExecutionFactory. translateCommand(Command command, ExecutionContext context)
SetQueries don't have a concept of TOP, an inline view is needed.List<?>
SybaseExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jdbc.teradata
Methods in org.teiid.translator.jdbc.teradata with parameters of type Command Modifier and Type Method Description List<?>
TeradataExecutionFactory. translateCommand(Command command, ExecutionContext context)
-
Uses of Command in org.teiid.translator.jpa
Methods in org.teiid.translator.jpa with parameters of type Command Modifier and Type Method 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)
Constructors in org.teiid.translator.jpa with parameters of type Command Constructor 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)
-
Uses of Command in org.teiid.translator.ldap
Methods in org.teiid.translator.ldap with parameters of type Command Modifier and Type Method 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)
Constructors in org.teiid.translator.ldap with parameters of type Command Constructor Description LDAPUpdateExecution(Command command, LdapContext ldapCtx)
-
Uses of Command in org.teiid.translator.logger
Methods in org.teiid.translator.logger with parameters of type Command Modifier and Type Method Description ProcedureExecution
RecordLoggingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
UpdateExecution
RecordLoggingExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of Command in org.teiid.translator.loopback
Methods in org.teiid.translator.loopback with parameters of type Command Modifier and Type Method Description Execution
LoopbackExecutionFactory. createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Object connection)
Constructors in org.teiid.translator.loopback with parameters of type Command Constructor Description LoopbackExecution(Command command, LoopbackExecutionFactory config, ExecutionContext context)
-
Uses of Command in org.teiid.translator.mongodb
Methods in org.teiid.translator.mongodb with parameters of type Command Modifier and Type Method 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)
Constructors in org.teiid.translator.mongodb with parameters of type Command Constructor 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)
-
Uses of Command in org.teiid.translator.odata
Methods in org.teiid.translator.odata with parameters of type Command Modifier and Type Method Description UpdateExecution
ODataExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
Constructors in org.teiid.translator.odata with parameters of type Command Constructor Description ODataUpdateExecution(Command command, ODataExecutionFactory translator, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of Command in org.teiid.translator.odata4
Methods in org.teiid.translator.odata4 with parameters of type Command Modifier and Type Method Description UpdateExecution
ODataExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
Constructors in org.teiid.translator.odata4 with parameters of type Command Constructor Description ODataUpdateExecution(Command command, ODataExecutionFactory translator, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of Command in org.teiid.translator.olap
Fields in org.teiid.translator.olap declared as Command Modifier and Type Field Description protected Command
OlapQueryExecution. command
Methods in org.teiid.translator.olap with parameters of type Command Modifier and Type Method Description ProcedureExecution
OlapExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection connection)
Constructors in org.teiid.translator.olap with parameters of type Command Constructor Description OlapQueryExecution(List<Argument> arguments, Command command, org.olap4j.OlapConnection connection, ExecutionContext context, OlapExecutionFactory executionFactory, String mdxQuery, boolean returnsArray)
-
Uses of Command in org.teiid.translator.phoenix
Methods in org.teiid.translator.phoenix with parameters of type Command Modifier and Type Method Description JDBCUpdateExecution
PhoenixExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
List<?>
PhoenixExecutionFactory. translateCommand(Command command, ExecutionContext context)
protected TranslatedCommand
PhoenixUpdateExecution. translateCommand(Command command)
Constructors in org.teiid.translator.phoenix with parameters of type Command Constructor Description PhoenixUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn, PhoenixExecutionFactory executionFactory)
-
Uses of Command in org.teiid.translator.salesforce
Methods in org.teiid.translator.salesforce with parameters of type Command Modifier and Type Method 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)
-
Uses of Command in org.teiid.translator.salesforce.execution
Fields in org.teiid.translator.salesforce.execution declared as Command Modifier and Type Field Description protected Command
AbstractUpdateExecution. command
protected Command
DirectQueryExecution. command
Constructors in org.teiid.translator.salesforce.execution with parameters of type Command Constructor 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)
-
Uses of Command in org.teiid.translator.simpledb
Methods in org.teiid.translator.simpledb with parameters of type Command Modifier and Type Method 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)
Constructors in org.teiid.translator.simpledb with parameters of type Command Constructor 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)
-
Uses of Command in org.teiid.translator.solr
Methods in org.teiid.translator.solr with parameters of type Command Modifier and Type Method Description UpdateExecution
SolrExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SolrConnection connection)
Constructors in org.teiid.translator.solr with parameters of type Command Constructor Description SolrQueryExecution(SolrExecutionFactory ef, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SolrConnection connection)
SolrUpdateExecution(SolrExecutionFactory ef, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SolrConnection connection)
-