Uses of Class
org.teiid.query.sql.lang.XMLTable.XMLColumn
-
Packages that use XMLTable.XMLColumn Package Description org.teiid.query.function.source org.teiid.query.parser org.teiid.query.sql.lang org.teiid.query.xquery -
-
Uses of XMLTable.XMLColumn in org.teiid.query.function.source
Method parameters in org.teiid.query.function.source with type arguments of type XMLTable.XMLColumn Modifier and Type Method Description RelationalNode
XMLHelper. newXMLTableNode(int id, XMLTable xt, ArrayList<XMLTable.XMLColumn> filteredColumns)
-
Uses of XMLTable.XMLColumn in org.teiid.query.parser
Methods in org.teiid.query.parser that return XMLTable.XMLColumn Modifier and Type Method Description XMLTable.XMLColumn
SQLParser. xmlColumn(ParseInfo info)
-
Uses of XMLTable.XMLColumn in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return XMLTable.XMLColumn Modifier and Type Method Description XMLTable.XMLColumn
XMLTable.XMLColumn. clone()
Methods in org.teiid.query.sql.lang that return types with arguments of type XMLTable.XMLColumn Modifier and Type Method Description List<XMLTable.XMLColumn>
XMLTable. getColumns()
Method parameters in org.teiid.query.sql.lang with type arguments of type XMLTable.XMLColumn Modifier and Type Method Description void
XMLTable. setColumns(List<XMLTable.XMLColumn> columns)
-
Uses of XMLTable.XMLColumn in org.teiid.query.xquery
Method parameters in org.teiid.query.xquery with type arguments of type XMLTable.XMLColumn Modifier and Type Method Description void
XQueryExpression. useDocumentProjection(List<XMLTable.XMLColumn> filteredColumns, AnalysisRecord analysisRecord)
-