Class Database.TableStatus
- java.lang.Object
-
- com.aoindustries.aoserv.client.mysql.Database.TableStatus
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabase.TableStatus.Collationstatic classDatabase.TableStatus.RowFormat
-
Constructor Summary
Constructors Constructor Description TableStatus(Table_Name name, Database.Engine engine, Integer version, Database.TableStatus.RowFormat rowFormat, Long rows, Long avgRowLength, Long dataLength, Long maxDataLength, Long indexLength, Long dataFree, Long autoIncrement, String createTime, String updateTime, String checkTime, Database.TableStatus.Collation collation, String checksum, String createOptions, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAutoIncrement()LonggetAvgRowLength()StringgetChecksum()StringgetCheckTime()Database.TableStatus.CollationgetCollation()StringgetComment()StringgetCreateOptions()StringgetCreateTime()LonggetDataFree()LonggetDataLength()Database.EnginegetEngine()LonggetIndexLength()LonggetMaxDataLength()Table_NamegetName()Database.TableStatus.RowFormatgetRowFormat()LonggetRows()StringgetUpdateTime()IntegergetVersion()
-
-
-
Constructor Detail
-
TableStatus
public TableStatus(Table_Name name, Database.Engine engine, Integer version, Database.TableStatus.RowFormat rowFormat, Long rows, Long avgRowLength, Long dataLength, Long maxDataLength, Long indexLength, Long dataFree, Long autoIncrement, String createTime, String updateTime, String checkTime, Database.TableStatus.Collation collation, String checksum, String createOptions, String comment)
-
-
Method Detail
-
getName
public Table_Name 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
-
-