Class Table

java.lang.Object
org.bgerp.plugin.svc.dba.model.db.Table

public class Table extends Object
DB table info
  • Constructor Details Link icon

    • Table Link icon

      public Table()
  • Method Details Link icon

    • getName Link icon

      public String getName()
    • setName Link icon

      public void setName(String name)
    • getRows Link icon

      public long getRows()
    • setRows Link icon

      public void setRows(long rows)
    • getDataLength Link icon

      public long getDataLength()
    • setDataLength Link icon

      public void setDataLength(long dataLength)
    • getIndexLength Link icon

      public long getIndexLength()
    • setIndexLength Link icon

      public void setIndexLength(long indexLength)
    • getCreateTime Link icon

      public Date getCreateTime()
    • setCreateTime Link icon

      public void setCreateTime(Date createTime)
    • getUpdateTime Link icon

      public Date getUpdateTime()
    • setUpdateTime Link icon

      public void setUpdateTime(Date updateTime)
    • isDropCandidate Link icon

      public boolean isDropCandidate()
    • setDropCandidate Link icon

      public void setDropCandidate(boolean value)
    • getUnusedColumns Link icon

      public List<UnusedColumn> getUnusedColumns()
      Returns:
      temporary columns with name starting from _