Class Database.TableStatus

  • Enclosing class:
    Database

    public static class Database.TableStatus
    extends Object
    • Method Detail

      • getName

        public Table_Name getName()
        Returns:
        the name
      • getVersion

        public Integer getVersion()
        Returns:
        the version
      • getRows

        public Long getRows()
        Returns:
        the rows
      • getAvgRowLength

        public Long getAvgRowLength()
        Returns:
        the avgRowLength
      • getDataLength

        public Long getDataLength()
        Returns:
        the dataLength
      • getMaxDataLength

        public Long getMaxDataLength()
        Returns:
        the maxDataLength
      • getIndexLength

        public Long getIndexLength()
        Returns:
        the indexLength
      • getDataFree

        public Long getDataFree()
        Returns:
        the dataFree
      • getAutoIncrement

        public Long getAutoIncrement()
        Returns:
        the autoIncrement
      • getCreateTime

        public String getCreateTime()
        Returns:
        the createTime
      • getUpdateTime

        public String getUpdateTime()
        Returns:
        the updateTime
      • getCheckTime

        public String getCheckTime()
        Returns:
        the checkTime
      • getChecksum

        public String getChecksum()
        Returns:
        the checksum
      • getCreateOptions

        public String getCreateOptions()
        Returns:
        the createOptions
      • getComment

        public String getComment()
        Returns:
        the comment