Uses of Class
org.teiid.language.Argument
-
-
Uses of Argument in org.teiid.language
Methods in org.teiid.language that return Argument Modifier and Type Method Description Argument
LanguageFactory. createArgument(Argument.Direction direction, Expression value, Class<?> type, ProcedureParameter metadataReference)
Methods in org.teiid.language that return types with arguments of type Argument Modifier and Type Method Description List<Argument>
Call. getArguments()
Method parameters in org.teiid.language with type arguments of type Argument Modifier and Type Method Description Call
LanguageFactory. createCall(String name, List<Argument> parameters, Procedure metadataReference)
void
Call. setArguments(List<Argument> parameters)
Constructor parameters in org.teiid.language with type arguments of type Argument Constructor Description Call(String name, List<Argument> parameters, Procedure metadataObject)
-
Uses of Argument in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Argument Modifier and Type Method Description void
SQLStringVisitor.Substitutor. substitute(Argument arg, StringBuilder builder, int index)
void
AbstractLanguageVisitor. visit(Argument obj)
void
LanguageObjectVisitor. visit(Argument obj)
void
SQLStringVisitor. visit(Argument obj)
Method parameters in org.teiid.language.visitor with type arguments of type Argument Modifier and Type Method Description static void
SQLStringVisitor. parseNativeQueryParts(String nativeQuery, List<Argument> list, StringBuilder stringBuilder, SQLStringVisitor.Substitutor substitutor)
-
Uses of Argument in org.teiid.translator
Method parameters in org.teiid.translator with type arguments of type Argument 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)
-
Uses of Argument in org.teiid.translator.cassandra
Method parameters in org.teiid.translator.cassandra with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
CassandraExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CassandraConnection connection)
Constructor parameters in org.teiid.translator.cassandra with type arguments of type Argument Constructor Description CassandraDirectQueryExecution(String cql, List<Argument> arguments, Command command, CassandraConnection connection, ExecutionContext context, boolean returnsArray)
-
Uses of Argument in org.teiid.translator.couchbase
Method parameters in org.teiid.translator.couchbase with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
CouchbaseExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
Constructor parameters in org.teiid.translator.couchbase with type arguments of type Argument Constructor Description CouchbaseDirectQueryExecution(List<Argument> arguments, Command command, CouchbaseExecutionFactory executionFactory, ExecutionContext executionContext, RuntimeMetadata metadata, CouchbaseConnection connection)
-
Uses of Argument in org.teiid.translator.google
Method parameters in org.teiid.translator.google with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
SpreadsheetExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, GoogleSpreadsheetConnection connection)
Constructor parameters in org.teiid.translator.google with type arguments of type Argument Constructor Description DirectSpreadsheetQueryExecution(String query, List<Argument> arguments, ExecutionContext executionContext, GoogleSpreadsheetConnection connection, boolean returnsArray)
-
Uses of Argument in org.teiid.translator.infinispan.hotrod
Method parameters in org.teiid.translator.infinispan.hotrod with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
InfinispanExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, InfinispanConnection connection)
Constructor parameters in org.teiid.translator.infinispan.hotrod with type arguments of type Argument Constructor Description InfinispanDirectQueryExecution(List<Argument> arguments, Command command, ExecutionContext context, RuntimeMetadata metadata, InfinispanConnection connection)
-
Uses of Argument in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc with parameters of type Argument Modifier and Type Method Description void
SQLConversionVisitor. substitute(Argument arg, StringBuilder builder, int index)
Method parameters in org.teiid.translator.jdbc with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
JDBCExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn)
ResultSet
JDBCExecutionFactory. executeStoredProcedure(CallableStatement statement, List<Argument> preparedValues, Class<?> returnType)
This is a generic implementation.Constructor parameters in org.teiid.translator.jdbc with type arguments of type Argument Constructor Description JDBCDirectQueryExecution(List<Argument> arguments, Command command, Connection connection, ExecutionContext context, JDBCExecutionFactory env)
-
Uses of Argument in org.teiid.translator.jdbc.oracle
Method parameters in org.teiid.translator.jdbc.oracle with type arguments of type Argument Modifier and Type Method Description ResultSet
OracleExecutionFactory. executeStoredProcedure(CallableStatement statement, List<Argument> preparedValues, Class<?> returnType)
-
Uses of Argument in org.teiid.translator.jpa
Method parameters in org.teiid.translator.jpa with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
JPA2ExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, javax.persistence.EntityManager connection)
Constructor parameters in org.teiid.translator.jpa with type arguments of type Argument Constructor Description JPQLDirectQueryExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, javax.persistence.EntityManager em, String query, boolean returnsArray)
-
Uses of Argument in org.teiid.translator.ldap
Method parameters in org.teiid.translator.ldap with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
LDAPExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, LdapContext context)
Constructor parameters in org.teiid.translator.ldap with type arguments of type Argument Constructor Description LDAPDirectCreateUpdateDeleteQueryExecution(List<Argument> arguments, LDAPExecutionFactory factory, ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
LDAPDirectSearchQueryExecution(List<Argument> arguments, LDAPExecutionFactory factory, ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
-
Uses of Argument in org.teiid.translator.logger
Method parameters in org.teiid.translator.logger with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
RecordLoggingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-
Uses of Argument in org.teiid.translator.mongodb
Method parameters in org.teiid.translator.mongodb with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
MongoDBExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection)
Constructor parameters in org.teiid.translator.mongodb with type arguments of type Argument Constructor Description MongoDBDirectQueryExecution(List<Argument> arguments, Command cmd, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection, String nativeQuery, boolean returnsArray, MongoDBExecutionFactory ef)
-
Uses of Argument in org.teiid.translator.olap
Method parameters in org.teiid.translator.olap with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
OlapExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection connection)
Constructor parameters in org.teiid.translator.olap with type arguments of type Argument Constructor Description OlapQueryExecution(List<Argument> arguments, Command command, org.olap4j.OlapConnection connection, ExecutionContext context, OlapExecutionFactory executionFactory, String mdxQuery, boolean returnsArray)
-
Uses of Argument in org.teiid.translator.salesforce
Method parameters in org.teiid.translator.salesforce with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
SalesForceExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SalesforceConnection connection)
-
Uses of Argument in org.teiid.translator.salesforce.execution
Fields in org.teiid.translator.salesforce.execution with type parameters of type Argument Modifier and Type Field Description protected List<Argument>
DirectQueryExecution. arguments
Constructor parameters in org.teiid.translator.salesforce.execution with type arguments of type Argument Constructor Description DirectQueryExecution(List<Argument> arguments, Command command, SalesforceConnection connection, RuntimeMetadata metadata, ExecutionContext context, String query, boolean returnsArray)
-
Uses of Argument in org.teiid.translator.simpledb
Method parameters in org.teiid.translator.simpledb with type arguments of type Argument Modifier and Type Method Description ProcedureExecution
SimpleDBExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, SimpleDBConnection connection)
Constructor parameters in org.teiid.translator.simpledb with type arguments of type Argument Constructor Description SimpleDBDirectQueryExecution(List<Argument> arguments, Command command, RuntimeMetadata metadata, SimpleDBConnection connection, ExecutionContext context)
-