Uses of Class
com.aoindustries.aoserv.client.mysql.Database.TableStatus.RowFormat
-
Packages that use Database.TableStatus.RowFormat Package Description com.aoindustries.aoserv.client.mysql -
-
Uses of Database.TableStatus.RowFormat in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Database.TableStatus.RowFormat Modifier and Type Method Description Database.TableStatus.RowFormatDatabase.TableStatus. getRowFormat()static Database.TableStatus.RowFormatDatabase.TableStatus.RowFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Database.TableStatus.RowFormat[]Database.TableStatus.RowFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aoindustries.aoserv.client.mysql with parameters of type Database.TableStatus.RowFormat 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)
-