org.ujorm.orm
Interface TableWrapper

All Known Implementing Classes:
MetaTable, TableWrapperImpl

public interface TableWrapper

Wrapper for a MetaTable


Method Summary
 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?
 

Method Detail

getModel

MetaTable getModel()
Returns a meta-tablemodel


getAlias

String getAlias()
Returns a unique table name in the one SQL statement.


isView

boolean isView()
Is the instance a database relation model?


getColumns

List<? extends ColumnWrapper> getColumns()
Get all table columns



Copyright 2013, Pavel Ponec