Uses of Class
org.teiid.query.sql.lang.ObjectTable
-
-
Uses of ObjectTable in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type ObjectTable Modifier and Type Method Description void
AuthorizationValidationVisitor. visit(ObjectTable objectTable)
-
Uses of ObjectTable in org.teiid.query.parser
Methods in org.teiid.query.parser that return ObjectTable Modifier and Type Method Description ObjectTable
SQLParser. objectTable(ParseInfo info)
-
Uses of ObjectTable in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational with parameters of type ObjectTable Modifier and Type Method Description void
ObjectTableNode. setTable(ObjectTable table)
-
Uses of ObjectTable in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type ObjectTable Modifier and Type Method Description void
SimpleQueryResolver.QueryResolverVisitor. visit(ObjectTable obj)
-
Uses of ObjectTable in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type ObjectTable Modifier and Type Method Description void
LanguageVisitor. visit(ObjectTable objectTable)
-
Uses of ObjectTable in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return ObjectTable Modifier and Type Method Description protected ObjectTable
ObjectTable. cloneDirect()
-
Uses of ObjectTable in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type ObjectTable Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(ObjectTable obj)
-
Uses of ObjectTable in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type ObjectTable Modifier and Type Method Description void
ExpressionMappingVisitor. visit(ObjectTable obj)
void
SQLStringVisitor. visit(ObjectTable obj)
-
Uses of ObjectTable in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type ObjectTable Modifier and Type Method Description void
ValidationVisitor. visit(ObjectTable obj)
-