public interface ColumnReference
Interface of a column reference.
Modifier and Type | Method and Description |
---|---|
Column.Name |
getAlias()
Returns the references alias name, if any.
|
Column |
getColumn()
Returns the referenced
Column . |
TableReference |
getTableReference()
Returns the
TableReference that created the
column reference. |
void |
setAlias(Column.Name pName)
Sets the references alias name, if any.
|
void |
setAlias(java.lang.String pName)
Sets the references alias name, if any.
|
TableReference getTableReference()
Returns the TableReference
that created the
column reference.
void setAlias(java.lang.String pName)
Sets the references alias name, if any. Null indicates, that an alias name may be choosen.
void setAlias(Column.Name pName)
Sets the references alias name, if any. Null indicates, that an alias name may be choosen.
Column.Name getAlias()
Returns the references alias name, if any. Null indicates, that an alias name may be choosen.