public interface TableWrapper
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns a unique table name in the one SQL statement.
|
List<? extends ColumnWrapper> |
getColumns()
Get all table columns
|
MetaTable |
getModel()
Returns a meta-tablemodel
|
boolean |
isView()
Is the instance a database relation model?
|
MetaTable getModel()
String getAlias()
boolean isView()
List<? extends ColumnWrapper> getColumns()
Copyright 2013, Pavel Ponec