Class TableStatus

java.lang.Object
org.bgerp.plugin.svc.dba.model.TableStatus

public class TableStatus extends Object
DB table info.
  • Constructor Details

    • TableStatus

      public TableStatus()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRows

      public long getRows()
    • setRows

      public void setRows(long rows)
    • getDataLength

      public long getDataLength()
    • setDataLength

      public void setDataLength(long dataLength)
    • getIndexLength

      public long getIndexLength()
    • setIndexLength

      public void setIndexLength(long indexLength)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getUpdateTime

      public Date getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Date updateTime)
    • isDropCandidate

      public boolean isDropCandidate()
    • setDropCandidate

      public void setDropCandidate(boolean value)