Uses of Class
org.teiid.query.sql.lang.ArrayTable
-
-
Uses of ArrayTable in org.teiid.query.parser
Methods in org.teiid.query.parser that return ArrayTable Modifier and Type Method Description ArrayTable
SQLParser. arrayTable(ParseInfo info)
-
Uses of ArrayTable in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational with parameters of type ArrayTable Modifier and Type Method Description void
ArrayTableNode. setTable(ArrayTable table)
-
Uses of ArrayTable in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type ArrayTable Modifier and Type Method Description void
SimpleQueryResolver.QueryResolverVisitor. visit(ArrayTable obj)
-
Uses of ArrayTable in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type ArrayTable Modifier and Type Method Description void
LanguageVisitor. visit(ArrayTable obj)
-
Uses of ArrayTable in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return ArrayTable Modifier and Type Method Description protected ArrayTable
ArrayTable. cloneDirect()
-
Uses of ArrayTable in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type ArrayTable Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(ArrayTable obj)
-
Uses of ArrayTable in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type ArrayTable Modifier and Type Method Description void
SQLStringVisitor. visit(ArrayTable obj)
-