Uses of Class
org.teiid.query.sql.lang.XMLTable
-
-
Uses of XMLTable in org.teiid.query.function.source
Methods in org.teiid.query.function.source with parameters of type XMLTable Modifier and Type Method Description RelationalNode
XMLHelper. newXMLTableNode(int id, XMLTable xt, ArrayList<XMLTable.XMLColumn> filteredColumns)
-
Uses of XMLTable in org.teiid.query.parser
Methods in org.teiid.query.parser that return XMLTable Modifier and Type Method Description XMLTable
SQLParser. xmlTable(ParseInfo info)
-
Uses of XMLTable in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type XMLTable Modifier and Type Method Description void
SimpleQueryResolver.QueryResolverVisitor. visit(XMLTable obj)
-
Uses of XMLTable in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type XMLTable Modifier and Type Method Description void
LanguageVisitor. visit(XMLTable obj)
-
Uses of XMLTable in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return XMLTable Modifier and Type Method Description protected XMLTable
XMLTable. cloneDirect()
-
Uses of XMLTable in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type XMLTable Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(XMLTable obj)
-
Uses of XMLTable in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type XMLTable Modifier and Type Method Description void
ExpressionMappingVisitor. visit(XMLTable obj)
void
SQLStringVisitor. visit(XMLTable obj)
-
Uses of XMLTable in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type XMLTable Modifier and Type Method Description void
ValidationVisitor. visit(XMLTable obj)
-