Uses of Class
com.aoindustries.aoserv.client.mysql.Database.Engine
-
Packages that use Database.Engine Package Description com.aoindustries.aoserv.client.mysql -
-
Uses of Database.Engine in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Database.Engine Modifier and Type Method Description Database.EngineDatabase.TableStatus. getEngine()static Database.EngineDatabase.Engine. valueOf(String name)Returns the enum constant of this type with the specified name.static Database.Engine[]Database.Engine. 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.Engine 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)
-