Class TableStatus

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

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

    • TableStatus Link icon

      public TableStatus()
  • 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)