Uses of Class
io.datarouter.client.mysql.ddl.domain.SqlColumn
-
Uses of SqlColumn in io.datarouter.client.mysql.ddl.domain
Subclasses of SqlColumn in io.datarouter.client.mysql.ddl.domain Modifier and Type Class Description classCharSequenceSqlColumnMethods in io.datarouter.client.mysql.ddl.domain that return SqlColumn Modifier and Type Method Description SqlColumnSqlColumn. clone()SqlColumnSqlColumn.SqlColumnByName. getSqlColumn()Methods in io.datarouter.client.mysql.ddl.domain that return types with arguments of type SqlColumn Modifier and Type Method Description java.util.List<SqlColumn>SqlTable. getColumns()Method parameters in io.datarouter.client.mysql.ddl.domain with type arguments of type SqlColumn Modifier and Type Method Description static java.util.Set<SqlColumn.SqlColumnByName>SqlColumn.SqlColumnByName. wrap(java.util.Collection<SqlColumn> columns)Constructors in io.datarouter.client.mysql.ddl.domain with parameters of type SqlColumn Constructor Description SqlColumnByName(SqlColumn sqlColumn)Constructor parameters in io.datarouter.client.mysql.ddl.domain with type arguments of type SqlColumn 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 SqlColumn in io.datarouter.client.mysql.ddl.generate
Methods in io.datarouter.client.mysql.ddl.generate that return types with arguments of type SqlColumn Modifier and Type Method Description java.util.List<SqlColumn>SqlTableDiffGenerator. getColumnsToAdd()java.util.List<SqlColumn>SqlTableDiffGenerator. getColumnsToModify()java.util.List<SqlColumn>SqlTableDiffGenerator. getColumnsToRemove() -
Uses of SqlColumn in io.datarouter.client.mysql.field
Methods in io.datarouter.client.mysql.field that return SqlColumn Modifier and Type Method Description SqlColumnMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnStringMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable) -
Uses of SqlColumn in io.datarouter.client.mysql.field.codec.array
Methods in io.datarouter.client.mysql.field.codec.array that return SqlColumn Modifier and Type Method Description SqlColumnBooleanArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnByteArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnDelimitedStringArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnDoubleArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnIntegerArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnPrimitiveIntegerArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnPrimitiveLongArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnUInt63ArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnUInt7ArrayMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable) -
Uses of SqlColumn in io.datarouter.client.mysql.field.codec.custom
Methods in io.datarouter.client.mysql.field.codec.custom that return SqlColumn Modifier and Type Method Description SqlColumnLongDateMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable) -
Uses of SqlColumn in io.datarouter.client.mysql.field.codec.datetime
Methods in io.datarouter.client.mysql.field.codec.datetime that return SqlColumn Modifier and Type Method Description SqlColumnDateMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnInstantMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnLocalDateMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnLocalDateTimeMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable) -
Uses of SqlColumn in io.datarouter.client.mysql.field.codec.enums
Methods in io.datarouter.client.mysql.field.codec.enums that return SqlColumn Modifier and Type Method Description SqlColumnIntegerEnumMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnStringEnumMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnVarIntEnumMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable) -
Uses of SqlColumn in io.datarouter.client.mysql.field.codec.positive
Methods in io.datarouter.client.mysql.field.codec.positive that return SqlColumn Modifier and Type Method Description SqlColumnUInt15MysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnUInt31MysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnUInt63MysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnVarIntMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable) -
Uses of SqlColumn in io.datarouter.client.mysql.field.codec.primitive
Methods in io.datarouter.client.mysql.field.codec.primitive that return SqlColumn Modifier and Type Method Description SqlColumnBaseByteMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnBooleanMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnDoubleMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnFloatMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnIntegerMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnLongMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)SqlColumnShortMysqlFieldCodec. getSqlColumnDefinition(boolean allowNullable)