org.sql.generation.api.grammar.query
Interface ColumnReferenceByName

All Superinterfaces:
ColumnReference, NonBooleanExpression, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface ColumnReferenceByName
extends ColumnReference

This syntax element represents the column reference in SELECT <column reference> clause, where the column reference is column name, either with table name or without.

Author:
Stanislav Muhametsin

Method Summary
 String getColumnName()
          Gets the column name of this column.
 String getTableName()
          Gets the table name of this column.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableName

String getTableName()
Gets the table name of this column. Might be null.

Returns:
The table name of this column. Might be null.

getColumnName

String getColumnName()
Gets the column name of this column.

Returns:
The column name of this column.


Copyright © 2010-2012. All Rights Reserved.