org.sql.generation.api.grammar.query
Interface ColumnReferences
- All Superinterfaces:
- SelectColumnClause, org.atp.api.Typeable<SelectColumnClause>
public interface ColumnReferences
- extends SelectColumnClause
This syntax element represents the whole SELECT <column1>, <column2>, ... clause, up until FROM. Each
column might have an alias.
- Author:
- Stanislav Muhametsin
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getColumns
List<ColumnReferences.ColumnReferenceInfo> getColumns()
- Returns the list of column references, along with their aliases.
- Returns:
- The list of column references, along with their aliases.
Copyright © 2010-2011. All Rights Reserved.