Uses of Class
io.datarouter.client.mysql.ddl.domain.MysqlTableEngine
| Package | Description |
|---|---|
| io.datarouter.client.mysql.ddl.domain | |
| io.datarouter.client.mysql.ddl.generate.imp |
-
Uses of MysqlTableEngine in io.datarouter.client.mysql.ddl.domain
Methods in io.datarouter.client.mysql.ddl.domain that return MysqlTableEngine Modifier and Type Method Description MysqlTableEngineSqlTable. getEngine()static MysqlTableEngineMysqlTableEngine. parse(java.lang.String str)static MysqlTableEngineMysqlTableEngine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MysqlTableEngine[]MysqlTableEngine. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.datarouter.client.mysql.ddl.domain with parameters of type MysqlTableEngine Constructor Description SqlTable(java.lang.String name, SqlIndex primaryKey, java.util.List<SqlColumn> columns, java.util.Set<SqlIndex> indexes, java.util.Set<SqlIndex> uniqueIndexes, MysqlCharacterSet characterSet, MysqlCollation collation, MysqlRowFormat rowFormat, MysqlTableEngine engine) -
Uses of MysqlTableEngine in io.datarouter.client.mysql.ddl.generate.imp
Fields in io.datarouter.client.mysql.ddl.generate.imp declared as MysqlTableEngine Modifier and Type Field Description MysqlTableEngineSqlTableMetadata. engineConstructors in io.datarouter.client.mysql.ddl.generate.imp with parameters of type MysqlTableEngine Constructor Description SqlTableMetadata(MysqlTableEngine engine, MysqlRowFormat rowFormat, MysqlCollation collation, MysqlCharacterSet characterSet)