Uses of Class
io.datarouter.client.mysql.ddl.domain.MysqlCollation
| Package | Description |
|---|---|
| io.datarouter.client.mysql.connection | |
| io.datarouter.client.mysql.ddl.domain | |
| io.datarouter.client.mysql.ddl.generate.imp | |
| io.datarouter.client.mysql.field |
-
Uses of MysqlCollation in io.datarouter.client.mysql.connection
Fields in io.datarouter.client.mysql.connection declared as MysqlCollation Modifier and Type Field Description static MysqlCollationMysqlConnectionPoolHolder. COLLATION_CONNECTION -
Uses of MysqlCollation in io.datarouter.client.mysql.ddl.domain
Fields in io.datarouter.client.mysql.ddl.domain with type parameters of type MysqlCollation Modifier and Type Field Description static io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlCollation>MysqlCollation. KEYMethods in io.datarouter.client.mysql.ddl.domain that return MysqlCollation Modifier and Type Method Description MysqlCollationCharSequenceSqlColumn. getCollation()MysqlCollationMysqlLiveTableOptions. getCollation()MysqlCollationMysqlTableOptions. getCollation()MysqlCollationSqlTable. getCollation()static MysqlCollationMysqlCollation. parse(java.lang.String stringValue)static MysqlCollationMysqlCollation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MysqlCollation[]MysqlCollation. 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 MysqlCollation Modifier and Type Method Description io.datarouter.model.serialize.fielder.FielderConfigKey<MysqlCollation>MysqlCollation. getKey()Methods in io.datarouter.client.mysql.ddl.domain with parameters of type MysqlCollation Modifier and Type Method Description voidCharSequenceSqlColumn. setCollation(MysqlCollation collation)MysqlTableOptions.MysqlTableOptionsBuilderMysqlTableOptions.MysqlTableOptionsBuilder. withCollation(MysqlCollation collation)Constructors in io.datarouter.client.mysql.ddl.domain with parameters of type MysqlCollation Constructor Description CharSequenceSqlColumn(java.lang.String name, MysqlColumnType type, java.lang.Integer maxLength, java.lang.Boolean nullable, java.lang.Boolean autoIncrement, java.lang.String defaultValue, MysqlCharacterSet characterSet, MysqlCollation collation)MysqlLiveTableOptions(MysqlCharacterSet characterSet, MysqlCollation collation)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 MysqlCollation in io.datarouter.client.mysql.ddl.generate.imp
Fields in io.datarouter.client.mysql.ddl.generate.imp declared as MysqlCollation Modifier and Type Field Description MysqlCollationSqlTableMetadata. collationMethods in io.datarouter.client.mysql.ddl.generate.imp with parameters of type MysqlCollation 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 MysqlCollation Constructor Description SqlTableMetadata(MysqlTableEngine engine, MysqlRowFormat rowFormat, MysqlCollation collation, MysqlCharacterSet characterSet) -
Uses of MysqlCollation in io.datarouter.client.mysql.field
Fields in io.datarouter.client.mysql.field declared as MysqlCollation Modifier and Type Field Description static MysqlCollationStringMysqlFieldCodec. DEFAULT_COLLATION