Interface TableWrapper

All Superinterfaces:
Wrapper

public interface TableWrapper extends Wrapper
  • Method Details

    • getName

      String getName()
    • addColumn

      void addColumn(ColumnWrapper column)
    • getCatalog

      String getCatalog()
    • getSchema

      String getSchema()
    • getPrimaryKey

      PrimaryKeyWrapper getPrimaryKey()
    • getColumnIterator

      Iterator<ColumnWrapper> getColumnIterator()
    • getForeignKeyIterator

      Iterator<ForeignKeyWrapper> getForeignKeyIterator()
    • getComment

      String getComment()
    • getRowId

      String getRowId()
    • getSubselect

      String getSubselect()
    • hasDenormalizedTables

      boolean hasDenormalizedTables()
    • isAbstract

      boolean isAbstract()
    • isAbstractUnionTable

      boolean isAbstractUnionTable()
    • isPhysicalTable

      boolean isPhysicalTable()
    • getIdentifierValue

      ValueWrapper getIdentifierValue()