Uses of Class
org.teiid.language.Select
-
-
Uses of Select in org.teiid.language
Methods in org.teiid.language that return Select Modifier and Type Method Description SelectLanguageFactory. createQuery(List<DerivedColumn> select, boolean isDistinct, List<TableReference> from, Condition where, GroupBy groupBy, Condition having, OrderBy orderBy)abstract SelectQueryExpression. getProjectedQuery()SelectSelect. getProjectedQuery()SelectSetQuery. getProjectedQuery()Methods in org.teiid.language with parameters of type Select Modifier and Type Method Description ExistsLanguageFactory. createExists(Select query)ScalarSubqueryLanguageFactory. createScalarSubquery(Select query)SubqueryComparisonLanguageFactory. createSubqueryCompareCriteria(Expression leftExpression, Comparison.Operator operator, SubqueryComparison.Quantifier quantifier, Select subquery)SubqueryInLanguageFactory. createSubqueryInCriteria(Expression expression, Select subquery, boolean isNegated) -
Uses of Select in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Select Modifier and Type Method Description voidAbstractLanguageVisitor. visit(Select obj)voidHierarchyVisitor. visit(Select obj)voidLanguageObjectVisitor. visit(Select obj)voidSQLStringVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.accumulo
Methods in org.teiid.translator.accumulo with parameters of type Select Modifier and Type Method Description voidAccumuloQueryVisitor. visit(Select obj)Constructors in org.teiid.translator.accumulo with parameters of type Select Constructor Description AccumuloQueryExecution(AccumuloExecutionFactory aef, Select command, ExecutionContext executionContext, RuntimeMetadata metadata, AccumuloConnection connection) -
Uses of Select in org.teiid.translator.cassandra
Methods in org.teiid.translator.cassandra with parameters of type Select Modifier and Type Method Description voidCassandraSQLVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.couchbase
Methods in org.teiid.translator.couchbase with parameters of type Select Modifier and Type Method Description voidN1QLVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.excel
Constructors in org.teiid.translator.excel with parameters of type Select Constructor Description ExcelExecution(Select query, ExecutionContext executionContext, RuntimeMetadata metadata, VirtualFileConnection connection, boolean immutable) -
Uses of Select in org.teiid.translator.google
Constructors in org.teiid.translator.google with parameters of type Select Constructor Description SpreadsheetQueryExecution(Select query, GoogleSpreadsheetConnection connection, ExecutionContext executionContext) -
Uses of Select in org.teiid.translator.google.visitor
Methods in org.teiid.translator.google.visitor with parameters of type Select Modifier and Type Method Description voidSpreadsheetSQLVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.hive
Methods in org.teiid.translator.hive with parameters of type Select Modifier and Type Method Description voidHiveSQLConversionVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.infinispan.hotrod
Methods in org.teiid.translator.infinispan.hotrod with parameters of type Select Modifier and Type Method Description voidIckleConversionVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc with parameters of type Select Modifier and Type Method Description protected booleanJDBCQueryExecution. createTempTables(Select select) -
Uses of Select in org.teiid.translator.jpa
Methods in org.teiid.translator.jpa with parameters of type Select Modifier and Type Method Description static StringJPQLSelectVisitor. getJPQLString(Select obj, JPA2ExecutionFactory executionFactory, RuntimeMetadata metadata)voidJPQLSelectVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.ldap
Methods in org.teiid.translator.ldap with parameters of type Select Modifier and Type Method Description LDAPSearchDetailsIQueryToLdapSearchParser. translateSQLQueryToLDAPSearch(Select query)Public entry point to the parser.Constructors in org.teiid.translator.ldap with parameters of type Select Constructor Description LDAPSyncQueryExecution(Select query, LDAPExecutionFactory factory, ExecutionContext context, LdapContext connection)Constructor -
Uses of Select in org.teiid.translator.mongodb
Methods in org.teiid.translator.mongodb with parameters of type Select Modifier and Type Method Description voidMongoDBSelectVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.odata
Methods in org.teiid.translator.odata with parameters of type Select Modifier and Type Method Description voidODataSQLVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.odata4
Methods in org.teiid.translator.odata4 with parameters of type Select Modifier and Type Method Description voidODataSQLVisitor. visit(Select obj) -
Uses of Select in org.teiid.translator.salesforce.execution.visitors
Methods in org.teiid.translator.salesforce.execution.visitors with parameters of type Select Modifier and Type Method Description voidSelectVisitor. visit(Select query) -
Uses of Select in org.teiid.translator.simpledb
Methods in org.teiid.translator.simpledb with parameters of type Select Modifier and Type Method Description voidSimpleDBSQLVisitor. visit(Select obj)Constructors in org.teiid.translator.simpledb with parameters of type Select Constructor Description SimpleDBQueryExecution(Select command, ExecutionContext executionContext, RuntimeMetadata metadata, SimpleDBConnection connection) -
Uses of Select in org.teiid.translator.yahoo
Constructors in org.teiid.translator.yahoo with parameters of type Select Constructor Description YahooExecution(Select query)
-