public interface ColumnReferenceByName extends ColumnReference
SELECT <column reference> clause, where the column
reference is column name, either with table name or without.| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Gets the column name of this column.
|
String |
getTableName()
Gets the table name of this column.
|
Copyright © 2010-2012. All Rights Reserved.