Class Database.TableStatus
java.lang.Object
com.aoindustries.aoserv.client.mysql.Database.TableStatus
- Enclosing class:
Database
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ConstructorDescriptionTableStatus
(TableName 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
-
Constructor Details
-
TableStatus
public TableStatus(TableName 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 Details
-
getName
- Returns:
- the name
-
getEngine
- Returns:
- the engine
-
getVersion
- Returns:
- the version
-
getRowFormat
- Returns:
- the rowFormat
-
getRows
- Returns:
- the rows
-
getAvgRowLength
- Returns:
- the avgRowLength
-
getDataLength
- Returns:
- the dataLength
-
getMaxDataLength
- Returns:
- the maxDataLength
-
getIndexLength
- Returns:
- the indexLength
-
getDataFree
- Returns:
- the dataFree
-
getAutoIncrement
- Returns:
- the autoIncrement
-
getCreateTime
- Returns:
- the createTime
-
getUpdateTime
- Returns:
- the updateTime
-
getCheckTime
- Returns:
- the checkTime
-
getCollation
- Returns:
- the collation
-
getChecksum
- Returns:
- the checksum
-
getCreateOptions
- Returns:
- the createOptions
-
getComment
- Returns:
- the comment
-