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