org.apache.ws.jaxme.sqls
public interface ColumnReference
Interface of a column reference.
Method Summary | |
---|---|
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(String pName) Sets the references alias name, if any. |
void | setAlias(Column.Name pName) Sets the references alias name, if any. |
Returns the references alias name, if any. Null indicates, that an alias name may be choosen.
Returns the referenced Column.
Returns the TableReference that created the column reference.
Sets the references alias name, if any. Null indicates, that an alias name may be choosen.
Sets the references alias name, if any. Null indicates, that an alias name may be choosen.