Uses of Interface
org.teiid.translator.UpdateExecution
-
-
Uses of UpdateExecution in org.teiid.translator
Methods in org.teiid.translator that return UpdateExecution Modifier and Type Method Description UpdateExecution
BaseDelegatingExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
UpdateExecution
ExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of UpdateExecution in org.teiid.translator.accumulo
Classes in org.teiid.translator.accumulo that implement UpdateExecution Modifier and Type Class Description class
AccumuloUpdateExecution
Methods in org.teiid.translator.accumulo that return UpdateExecution Modifier and Type Method Description UpdateExecution
AccumuloExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, AccumuloConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.cassandra
Classes in org.teiid.translator.cassandra that implement UpdateExecution Modifier and Type Class Description class
CassandraUpdateExecution
Methods in org.teiid.translator.cassandra that return UpdateExecution Modifier and Type Method Description UpdateExecution
CassandraExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CassandraConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.couchbase
Classes in org.teiid.translator.couchbase that implement UpdateExecution Modifier and Type Class Description class
CouchbaseUpdateExecution
Methods in org.teiid.translator.couchbase that return UpdateExecution Modifier and Type Method Description UpdateExecution
CouchbaseExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.excel
Classes in org.teiid.translator.excel that implement UpdateExecution Modifier and Type Class Description class
ExcelUpdateExecution
-
Uses of UpdateExecution in org.teiid.translator.google
Classes in org.teiid.translator.google that implement UpdateExecution Modifier and Type Class Description class
AbstractSpreadsheetExecution
class
SpreadsheetUpdateExecution
Execution of INSERT, DELETE and UPDATE commandsMethods in org.teiid.translator.google that return UpdateExecution Modifier and Type Method Description UpdateExecution
SpreadsheetExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.infinispan.hotrod
Classes in org.teiid.translator.infinispan.hotrod that implement UpdateExecution Modifier and Type Class Description class
InfinispanUpdateExecution
Methods in org.teiid.translator.infinispan.hotrod that return UpdateExecution Modifier and Type Method Description UpdateExecution
InfinispanExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, InfinispanConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.jdbc
Classes in org.teiid.translator.jdbc that implement UpdateExecution Modifier and Type Class Description class
JDBCUpdateExecution
-
Uses of UpdateExecution in org.teiid.translator.jpa
Classes in org.teiid.translator.jpa that implement UpdateExecution Modifier and Type Class Description class
JPQLUpdateExecution
Methods in org.teiid.translator.jpa that return UpdateExecution Modifier and Type Method Description UpdateExecution
JPA2ExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, javax.persistence.EntityManager connection)
-
Uses of UpdateExecution in org.teiid.translator.ldap
Classes in org.teiid.translator.ldap that implement UpdateExecution Modifier and Type Class Description class
LDAPUpdateExecution
Please see the user's guide for a full description of capabilties, etc.Methods in org.teiid.translator.ldap that return UpdateExecution Modifier and Type Method Description UpdateExecution
LDAPExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, LdapContext context)
-
Uses of UpdateExecution in org.teiid.translator.logger
Methods in org.teiid.translator.logger that return UpdateExecution Modifier and Type Method Description UpdateExecution
RecordLoggingExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of UpdateExecution in org.teiid.translator.loopback
Classes in org.teiid.translator.loopback that implement UpdateExecution Modifier and Type Class Description class
LoopbackExecution
Represents the execution of a command. -
Uses of UpdateExecution in org.teiid.translator.mongodb
Classes in org.teiid.translator.mongodb that implement UpdateExecution Modifier and Type Class Description class
MongoDBUpdateExecution
Methods in org.teiid.translator.mongodb that return UpdateExecution Modifier and Type Method Description UpdateExecution
MongoDBExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.odata
Classes in org.teiid.translator.odata that implement UpdateExecution Modifier and Type Class Description class
ODataUpdateExecution
Methods in org.teiid.translator.odata that return UpdateExecution Modifier and Type Method Description UpdateExecution
ODataExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.odata4
Classes in org.teiid.translator.odata4 that implement UpdateExecution Modifier and Type Class Description class
ODataUpdateExecution
Methods in org.teiid.translator.odata4 that return UpdateExecution Modifier and Type Method Description UpdateExecution
ODataExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.phoenix
Classes in org.teiid.translator.phoenix that implement UpdateExecution Modifier and Type Class Description class
PhoenixUpdateExecution
-
Uses of UpdateExecution in org.teiid.translator.salesforce
Methods in org.teiid.translator.salesforce that return UpdateExecution Modifier and Type Method Description UpdateExecution
SalesForceExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SalesforceConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.salesforce.execution
Classes in org.teiid.translator.salesforce.execution that implement UpdateExecution Modifier and Type Class Description class
AbstractUpdateExecution
Parent class to the Update, Delete, and Insert execution classes.class
DeleteExecutionImpl
class
DeleteUpdateExecutionImpl
Implements the base logic for sync and async bulk handling with a root select query to drive id fetchingclass
InsertExecutionImpl
class
UpdateExecutionImpl
-
Uses of UpdateExecution in org.teiid.translator.simpledb
Classes in org.teiid.translator.simpledb that implement UpdateExecution Modifier and Type Class Description class
SimpleDBDeleteExecute
class
SimpleDBInsertExecute
class
SimpleDBUpdateExecute
Methods in org.teiid.translator.simpledb that return UpdateExecution Modifier and Type Method Description UpdateExecution
SimpleDBExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SimpleDBConnection connection)
-
Uses of UpdateExecution in org.teiid.translator.solr
Classes in org.teiid.translator.solr that implement UpdateExecution Modifier and Type Class Description class
SolrUpdateExecution
Methods in org.teiid.translator.solr that return UpdateExecution Modifier and Type Method Description UpdateExecution
SolrExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SolrConnection connection)
-