Uses of Class
org.teiid.query.sql.lang.TableFunctionReference.ProjectedColumn

Packages that use TableFunctionReference.ProjectedColumn
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
 java.util.List<TableFunctionReference.ProjectedColumn> SQLParser.createElementsWithTypes(ParseInfo info)
          Create elements with datatypes
 

Uses of TableFunctionReference.ProjectedColumn in org.teiid.query.sql.lang
 

Subclasses of TableFunctionReference.ProjectedColumn in org.teiid.query.sql.lang
static class TextTable.TextColumn
           
static class XMLTable.XMLColumn
           
 

Methods in org.teiid.query.sql.lang that return TableFunctionReference.ProjectedColumn
 TableFunctionReference.ProjectedColumn TableFunctionReference.ProjectedColumn.copyTo(TableFunctionReference.ProjectedColumn copy)
           
 

Methods in org.teiid.query.sql.lang that return types with arguments of type TableFunctionReference.ProjectedColumn
abstract  java.util.List<? extends TableFunctionReference.ProjectedColumn> TableFunctionReference.getColumns()
           
 java.util.List<TableFunctionReference.ProjectedColumn> ArrayTable.getColumns()
           
 

Methods in org.teiid.query.sql.lang with parameters of type TableFunctionReference.ProjectedColumn
 TableFunctionReference.ProjectedColumn TableFunctionReference.ProjectedColumn.copyTo(TableFunctionReference.ProjectedColumn copy)
           
 

Method parameters in org.teiid.query.sql.lang with type arguments of type TableFunctionReference.ProjectedColumn
 void ArrayTable.setColumns(java.util.List<TableFunctionReference.ProjectedColumn> columns)
           
 



Copyright © 2011. All Rights Reserved.