Class Database.TableStatus

java.lang.Object
com.aoindustries.aoserv.client.mysql.Database.TableStatus
Enclosing class:
Database

public static class Database.TableStatus extends Object
  • Constructor Details

  • Method Details

    • getName

      public TableName getName()
      Returns:
      the name
    • getEngine

      public Database.Engine getEngine()
      Returns:
      the engine
    • getVersion

      public Integer getVersion()
      Returns:
      the version
    • getRowFormat

      public Database.TableStatus.RowFormat getRowFormat()
      Returns:
      the rowFormat
    • 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
    • getCollation

      public Database.TableStatus.Collation getCollation()
      Returns:
      the collation
    • getChecksum

      public String getChecksum()
      Returns:
      the checksum
    • getCreateOptions

      public String getCreateOptions()
      Returns:
      the createOptions
    • getComment

      public String getComment()
      Returns:
      the comment