Uses of Class
org.teiid.language.Call
-
-
Uses of Call in org.teiid.language
Methods in org.teiid.language that return Call Modifier and Type Method Description Call
LanguageFactory. createCall(String name, List<Argument> parameters, Procedure metadataReference)
Call
NamedProcedureCall. getCall()
Methods in org.teiid.language with parameters of type Call Modifier and Type Method Description void
NamedProcedureCall. setCall(Call call)
Constructors in org.teiid.language with parameters of type Call Constructor Description NamedProcedureCall(Call call, String name)
-
Uses of Call in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Call Modifier and Type Method Description protected void
SQLStringVisitor. appendCallStart(Call call)
void
AbstractLanguageVisitor. visit(Call obj)
void
HierarchyVisitor. visit(Call obj)
void
LanguageObjectVisitor. visit(Call obj)
void
SQLStringVisitor. visit(Call obj)
-
Uses of Call in org.teiid.translator
Methods in org.teiid.translator with parameters of type Call Modifier and Type Method Description ProcedureExecution
BaseDelegatingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
ProcedureExecution
ExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of Call in org.teiid.translator.amazon.s3
Methods in org.teiid.translator.amazon.s3 with parameters of type Call Modifier and Type Method Description ProcedureExecution
S3ExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection conn)
Constructors in org.teiid.translator.amazon.s3 with parameters of type Call Constructor Description S3ProcedureExecution(Call command, S3ExecutionFactory ef, RuntimeMetadata metadata, ExecutionContext ec, WSConnection conn)
-
Uses of Call in org.teiid.translator.cassandra
Methods in org.teiid.translator.cassandra with parameters of type Call Modifier and Type Method Description ProcedureExecution
CassandraExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, CassandraConnection connection)
-
Uses of Call in org.teiid.translator.couchbase
Methods in org.teiid.translator.couchbase with parameters of type Call Modifier and Type Method Description ProcedureExecution
CouchbaseExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
void
N1QLVisitor. visit(Call call)
Constructors in org.teiid.translator.couchbase with parameters of type Call Constructor Description CouchbaseProcedureExecution(CouchbaseExecutionFactory executionFactory, Call call, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
-
Uses of Call in org.teiid.translator.file
Methods in org.teiid.translator.file with parameters of type Call Modifier and Type Method Description ProcedureExecution
FileExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, VirtualFileConnection conn)
-
Uses of Call in org.teiid.translator.google
Methods in org.teiid.translator.google with parameters of type Call Modifier and Type Method Description ProcedureExecution
SpreadsheetExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection)
-
Uses of Call in org.teiid.translator.hive
Methods in org.teiid.translator.hive with parameters of type Call Modifier and Type Method Description ProcedureExecution
BaseHiveExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
-
Uses of Call in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc with parameters of type Call Modifier and Type Method Description ProcedureExecution
JDBCExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
protected void
SQLConversionVisitor. generateSqlForStoredProcedure(Call exec)
This is a generic implementation.void
SQLConversionVisitor. visit(Call obj)
-
Uses of Call in org.teiid.translator.jdbc.pi
Methods in org.teiid.translator.jdbc.pi with parameters of type Call Modifier and Type Method Description protected void
PISQLConversionVisitor. appendCallStart(Call call)
-
Uses of Call in org.teiid.translator.jpa
Methods in org.teiid.translator.jpa with parameters of type Call Modifier and Type Method Description ProcedureExecution
JPA2ExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, javax.persistence.EntityManager connection)
-
Uses of Call in org.teiid.translator.ldap
Methods in org.teiid.translator.ldap with parameters of type Call Modifier and Type Method Description ProcedureExecution
LDAPExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, LdapContext connection)
-
Uses of Call in org.teiid.translator.logger
Methods in org.teiid.translator.logger with parameters of type Call Modifier and Type Method Description ProcedureExecution
RecordLoggingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of Call in org.teiid.translator.mongodb
Methods in org.teiid.translator.mongodb with parameters of type Call Modifier and Type Method Description ProcedureExecution
MongoDBExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection)
-
Uses of Call in org.teiid.translator.odata
Methods in org.teiid.translator.odata with parameters of type Call Modifier and Type Method Description ProcedureExecution
ODataExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
void
ODataProcedureVisitor. visit(Call obj)
Constructors in org.teiid.translator.odata with parameters of type Call Constructor Description ODataProcedureExecution(Call command, ODataExecutionFactory translator, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of Call in org.teiid.translator.odata4
Methods in org.teiid.translator.odata4 with parameters of type Call Modifier and Type Method Description ProcedureExecution
ODataExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
Constructors in org.teiid.translator.odata4 with parameters of type Call Constructor Description ODataProcedureExecution(Call command, ODataExecutionFactory translator, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of Call in org.teiid.translator.olap
Methods in org.teiid.translator.olap with parameters of type Call Modifier and Type Method Description ProcedureExecution
OlapExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection connection)
-
Uses of Call in org.teiid.translator.openapi
Methods in org.teiid.translator.openapi with parameters of type Call Modifier and Type Method Description ProcedureExecution
OpenAPIExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of Call in org.teiid.translator.prestodb
Methods in org.teiid.translator.prestodb with parameters of type Call Modifier and Type Method Description ProcedureExecution
PrestoDBExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
-
Uses of Call in org.teiid.translator.salesforce
Methods in org.teiid.translator.salesforce with parameters of type Call Modifier and Type Method Description ProcedureExecution
SalesForceExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, SalesforceConnection connection)
-
Uses of Call in org.teiid.translator.salesforce.execution
Methods in org.teiid.translator.salesforce.execution that return Call Modifier and Type Method Description Call
ProcedureExecutionParent. getCommand()
Call
ProcedureExecutionParentImpl. getCommand()
Methods in org.teiid.translator.salesforce.execution with parameters of type Call Modifier and Type Method Description void
ProcedureExecutionParentImpl. setCommand(Call command)
Constructors in org.teiid.translator.salesforce.execution with parameters of type Call Constructor Description ProcedureExecutionParentImpl(Call command, SalesforceConnection connection, RuntimeMetadata metadata, ExecutionContext executionContext)
-
Uses of Call in org.teiid.translator.swagger
Methods in org.teiid.translator.swagger with parameters of type Call Modifier and Type Method Description ProcedureExecution
SwaggerExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
Constructors in org.teiid.translator.swagger with parameters of type Call Constructor Description SwaggerProcedureExecution(Call command, ExecutionFactory translator, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
-
Uses of Call in org.teiid.translator.ws
Methods in org.teiid.translator.ws with parameters of type Call Modifier and Type Method Description ProcedureExecution
WSExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, WSConnection connection)
Constructors in org.teiid.translator.ws with parameters of type Call Constructor Description BinaryWSProcedureExecution(Call procedure, RuntimeMetadata metadata, ExecutionContext context, WSExecutionFactory executionFactory, WSConnection conn)
WSProcedureExecution(Call procedure, RuntimeMetadata metadata, ExecutionContext context, WSExecutionFactory executionFactory, WSConnection conn)
WSWSDLProcedureExecution(Call procedure, RuntimeMetadata metadata, ExecutionContext context, WSExecutionFactory executionFactory, WSConnection conn)
-