public interface Column
Modifier and Type | Method and Description |
---|---|
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).
|
String getColumnName()
String getTableName()
String getSchemaName()
String getFullTableName()
String getSqlExpression()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.