Uses of Interface
org.teiid.translator.ProcedureExecution
-
-
Uses of ProcedureExecution in org.teiid.translator
Methods in org.teiid.translator that return ProcedureExecution 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)
ProcedureExecution
BaseDelegatingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
ProcedureExecution
ExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of ProcedureExecution in org.teiid.translator.amazon.s3
Classes in org.teiid.translator.amazon.s3 that implement ProcedureExecution Modifier and Type Class Description class
S3ProcedureExecution
Methods in org.teiid.translator.amazon.s3 that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
S3ExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection conn)
-
Uses of ProcedureExecution in org.teiid.translator.cassandra
Classes in org.teiid.translator.cassandra that implement ProcedureExecution Modifier and Type Class Description class
CassandraDirectQueryExecution
Methods in org.teiid.translator.cassandra that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
CassandraExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CassandraConnection connection)
ProcedureExecution
CassandraExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, CassandraConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.couchbase
Classes in org.teiid.translator.couchbase that implement ProcedureExecution Modifier and Type Class Description class
CouchbaseDirectQueryExecution
class
CouchbaseProcedureExecution
Methods in org.teiid.translator.couchbase that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
CouchbaseExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
ProcedureExecution
CouchbaseExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.file
Methods in org.teiid.translator.file that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
FileExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, VirtualFileConnection conn)
-
Uses of ProcedureExecution in org.teiid.translator.google
Classes in org.teiid.translator.google that implement ProcedureExecution Modifier and Type Class Description class
DirectSpreadsheetQueryExecution
Methods in org.teiid.translator.google that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
SpreadsheetExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection)
ProcedureExecution
SpreadsheetExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.hive
Methods in org.teiid.translator.hive that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
BaseHiveExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
-
Uses of ProcedureExecution in org.teiid.translator.infinispan.hotrod
Classes in org.teiid.translator.infinispan.hotrod that implement ProcedureExecution Modifier and Type Class Description class
InfinispanDirectQueryExecution
Methods in org.teiid.translator.infinispan.hotrod that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
InfinispanExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, InfinispanConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.jdbc
Classes in org.teiid.translator.jdbc that implement ProcedureExecution Modifier and Type Class Description class
JDBCDirectQueryExecution
class
JDBCProcedureExecution
Methods in org.teiid.translator.jdbc that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
JDBCExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
ProcedureExecution
JDBCExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
-
Uses of ProcedureExecution in org.teiid.translator.jpa
Classes in org.teiid.translator.jpa that implement ProcedureExecution Modifier and Type Class Description class
JPQLDirectQueryExecution
Methods in org.teiid.translator.jpa that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
JPA2ExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, javax.persistence.EntityManager connection)
ProcedureExecution
JPA2ExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, javax.persistence.EntityManager connection)
-
Uses of ProcedureExecution in org.teiid.translator.ldap
Classes in org.teiid.translator.ldap that implement ProcedureExecution Modifier and Type Class Description class
LDAPDirectCreateUpdateDeleteQueryExecution
class
LDAPDirectSearchQueryExecution
Methods in org.teiid.translator.ldap that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
LDAPExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, LdapContext context)
ProcedureExecution
LDAPExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, LdapContext connection)
-
Uses of ProcedureExecution in org.teiid.translator.logger
Methods in org.teiid.translator.logger that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
RecordLoggingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
ProcedureExecution
RecordLoggingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of ProcedureExecution in org.teiid.translator.loopback
Classes in org.teiid.translator.loopback that implement ProcedureExecution Modifier and Type Class Description class
LoopbackExecution
Represents the execution of a command. -
Uses of ProcedureExecution in org.teiid.translator.mongodb
Classes in org.teiid.translator.mongodb that implement ProcedureExecution Modifier and Type Class Description class
MongoDBDirectQueryExecution
This enables the Direct Query execution of the MongoDB queries.Methods in org.teiid.translator.mongodb that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
MongoDBExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection)
ProcedureExecution
MongoDBExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.odata
Classes in org.teiid.translator.odata that implement ProcedureExecution Modifier and Type Class Description class
ODataProcedureExecution
Methods in org.teiid.translator.odata that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
ODataExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.odata4
Classes in org.teiid.translator.odata4 that implement ProcedureExecution Modifier and Type Class Description class
ODataProcedureExecution
Methods in org.teiid.translator.odata4 that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
ODataExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.olap
Classes in org.teiid.translator.olap that implement ProcedureExecution Modifier and Type Class Description class
OlapQueryExecution
Executes the given MDX and packs the results into an arrayMethods in org.teiid.translator.olap that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
OlapExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection connection)
ProcedureExecution
OlapExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection connection)
-
Uses of ProcedureExecution in org.teiid.translator.openapi
Methods in org.teiid.translator.openapi that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
OpenAPIExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.prestodb
Methods in org.teiid.translator.prestodb that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
PrestoDBExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
-
Uses of ProcedureExecution in org.teiid.translator.salesforce
Methods in org.teiid.translator.salesforce that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
SalesForceExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SalesforceConnection connection)
ProcedureExecution
SalesForceExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, SalesforceConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.salesforce.execution
Classes in org.teiid.translator.salesforce.execution that implement ProcedureExecution Modifier and Type Class Description class
DirectQueryExecution
class
ProcedureExecutionParentImpl
-
Uses of ProcedureExecution in org.teiid.translator.simpledb
Classes in org.teiid.translator.simpledb that implement ProcedureExecution Modifier and Type Class Description class
SimpleDBDirectQueryExecution
Methods in org.teiid.translator.simpledb that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
SimpleDBExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SimpleDBConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.swagger
Classes in org.teiid.translator.swagger that implement ProcedureExecution Modifier and Type Class Description class
SwaggerProcedureExecution
Methods in org.teiid.translator.swagger that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
SwaggerExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of ProcedureExecution in org.teiid.translator.ws
Classes in org.teiid.translator.ws that implement ProcedureExecution Modifier and Type Class Description class
BinaryWSProcedureExecution
http handlerclass
WSProcedureExecution
A soap call executor - handles all styles doc/literal, rpc/encoded etc.class
WSWSDLProcedureExecution
A WSDL soap call executorMethods in org.teiid.translator.ws that return ProcedureExecution Modifier and Type Method Description ProcedureExecution
WSExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-