public interface ColumnWrapper
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object column)
Method retuns the
true value if two attribut Keys are the same |
Key |
getKey()
Returns an original key
|
MetaColumn |
getModel()
Returns a meta-tablemodel
|
TableWrapper |
getTable()
Returns a unique table name in the one SQL statement.
|
boolean |
isCompositeKey()
Returns if key is type of
CompositeKey |
MetaColumn getModel()
TableWrapper getTable()
Key getKey()
boolean isCompositeKey()
CompositeKeyCopyright 2013, Pavel Ponec