public interface ColumnWrapper
| Modifier and Type | Method and Description |
|---|---|
TableWrapper |
buildTableWrapper()
Build new table wrapper including an table alias
|
boolean |
equals(Object column)
Method returns the
true value if two attributes Keys are the same |
org.ujorm.Key |
getKey()
Returns an original key
|
MetaColumn |
getModel()
Returns an original meta-table model
|
String |
getName()
Returns an original column name
|
String |
getTableAlias()
Returns always the NonNull alias of the related database table
|
boolean |
isCompositeKey()
Returns if key is type of
CompositeKey |
MetaColumn getModel()
String getName()
String getTableAlias()
TableWrapper buildTableWrapper()
org.ujorm.Key getKey()
boolean isCompositeKey()
CompositeKeyCopyright 2013, Pavel Ponec