|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Column
The metadata of a column (or pseudocolumn) in a database.
Method Summary | |
---|---|
String |
getColumnName()
Returns the name of the database column (not prefixed by the table name). |
String |
getFullTableName()
Returns the table name prefixed with the schema name if it exists. |
String |
getSchemaName()
Returns the name of any fixed schema prefix for the column's table (if any). |
String |
getSqlExpression()
Returns the SQL expression for the column, qualified by the table name but not by the schema name. |
String |
getTableName()
Returns the name of the associated table (not prefixed by the schema name). |
Method Detail |
---|
String getColumnName()
String getTableName()
String getSchemaName()
String getFullTableName()
String getSqlExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |