Uses of Class
org.teiid.query.sql.lang.TableFunctionReference.ProjectedColumn
-
Packages that use TableFunctionReference.ProjectedColumn Package Description org.teiid.query.parser org.teiid.query.sql.lang -
-
Uses of TableFunctionReference.ProjectedColumn in org.teiid.query.parser
Methods in org.teiid.query.parser that return types with arguments of type TableFunctionReference.ProjectedColumn Modifier and Type Method Description List<TableFunctionReference.ProjectedColumn>
SQLParser. createElementsWithTypes(ParseInfo info)
-
Uses of TableFunctionReference.ProjectedColumn in org.teiid.query.sql.lang
Subclasses of TableFunctionReference.ProjectedColumn in org.teiid.query.sql.lang Modifier and Type Class Description static class
JsonTable.JsonColumn
static class
ObjectTable.ObjectColumn
static class
TextTable.TextColumn
static class
XMLTable.XMLColumn
Methods in org.teiid.query.sql.lang that return TableFunctionReference.ProjectedColumn Modifier and Type Method Description TableFunctionReference.ProjectedColumn
TableFunctionReference.ProjectedColumn. copyTo(TableFunctionReference.ProjectedColumn copy)
Methods in org.teiid.query.sql.lang that return types with arguments of type TableFunctionReference.ProjectedColumn Modifier and Type Method Description List<TableFunctionReference.ProjectedColumn>
ArrayTable. getColumns()
abstract List<? extends TableFunctionReference.ProjectedColumn>
TableFunctionReference. getColumns()
Methods in org.teiid.query.sql.lang with parameters of type TableFunctionReference.ProjectedColumn Modifier and Type Method Description TableFunctionReference.ProjectedColumn
TableFunctionReference.ProjectedColumn. copyTo(TableFunctionReference.ProjectedColumn copy)
Method parameters in org.teiid.query.sql.lang with type arguments of type TableFunctionReference.ProjectedColumn Modifier and Type Method Description void
ArrayTable. setColumns(List<TableFunctionReference.ProjectedColumn> columns)
-