Uses of Class
io.datarouter.client.mysql.ddl.domain.MysqlRowFormat
| Package | Description |
|---|---|
| io.datarouter.client.mysql.ddl.domain | |
| io.datarouter.client.mysql.ddl.generate.imp |
-
Uses of MysqlRowFormat in io.datarouter.client.mysql.ddl.domain
Fields in io.datarouter.client.mysql.ddl.domain with type parameters of type MysqlRowFormat Modifier and Type Field Description static io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlRowFormat>MysqlRowFormat. KEYMethods in io.datarouter.client.mysql.ddl.domain that return MysqlRowFormat Modifier and Type Method Description MysqlRowFormatMysqlRowFormat. fromPersistentString(java.lang.String string)static MysqlRowFormatMysqlRowFormat. fromPersistentStringStatic(java.lang.String str)MysqlRowFormatMysqlTableOptions. getRowFormat()MysqlRowFormatSqlTable. getRowFormat()static MysqlRowFormatMysqlRowFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MysqlRowFormat[]MysqlRowFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.datarouter.client.mysql.ddl.domain that return types with arguments of type MysqlRowFormat Modifier and Type Method Description io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlRowFormat>MysqlRowFormat. getKey()Methods in io.datarouter.client.mysql.ddl.domain with parameters of type MysqlRowFormat Modifier and Type Method Description MysqlTableOptions.MysqlTableOptionsBuilderMysqlTableOptions.MysqlTableOptionsBuilder. withRowFormat(MysqlRowFormat rowFormat)Constructors in io.datarouter.client.mysql.ddl.domain with parameters of type MysqlRowFormat 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 MysqlRowFormat in io.datarouter.client.mysql.ddl.generate.imp
Fields in io.datarouter.client.mysql.ddl.generate.imp declared as MysqlRowFormat Modifier and Type Field Description MysqlRowFormatSqlTableMetadata. rowFormatMethods in io.datarouter.client.mysql.ddl.generate.imp with parameters of type MysqlRowFormat Modifier and Type Method Description SqlTableFieldSqlTableGenerator. generate(java.lang.String tableName, java.util.List<io.datarouter.model.field.Field<?>> primaryKeyFields, java.util.List<io.datarouter.model.field.Field<?>> nonKeyFields, MysqlCollation collation, MysqlCharacterSet characterSet, MysqlRowFormat rowFormat, java.util.Map<java.lang.String,java.util.List<io.datarouter.model.field.Field<?>>> indexes, java.util.Map<java.lang.String,java.util.List<io.datarouter.model.field.Field<?>>> uniqueIndexes)Constructors in io.datarouter.client.mysql.ddl.generate.imp with parameters of type MysqlRowFormat Constructor Description SqlTableMetadata(MysqlTableEngine engine, MysqlRowFormat rowFormat, MysqlCollation collation, MysqlCharacterSet characterSet)