Uses of Class
liquibase.datatype.LiquibaseDataType
-
Packages that use LiquibaseDataType Package Description liquibase.common.datatype liquibase.datatype liquibase.datatype.core liquibase.statement.core -
-
Uses of LiquibaseDataType in liquibase.common.datatype
Subclasses of LiquibaseDataType in liquibase.common.datatype Modifier and Type Class Description classDataTypeWrapperA wrapper class for data types.Methods in liquibase.common.datatype that return LiquibaseDataType Modifier and Type Method Description LiquibaseDataTypeDataTypeWrapper. getUnderlyingDataType()Constructors in liquibase.common.datatype with parameters of type LiquibaseDataType Constructor Description DataTypeWrapper(LiquibaseDataType originalType) -
Uses of LiquibaseDataType in liquibase.datatype
Methods in liquibase.datatype that return LiquibaseDataType Modifier and Type Method Description LiquibaseDataTypeDataTypeFactory. from(DatabaseDataType type, Database database)LiquibaseDataTypeDataTypeFactory. from(DataType type, Database database)LiquibaseDataTypeDataTypeFactory. fromDescription(String dataTypeDefinition, Database database)Translates a column data type definition (e.g.LiquibaseDataTypeDataTypeFactory. fromObject(Object object, Database database)Methods in liquibase.datatype with parameters of type LiquibaseDataType Modifier and Type Method Description voidDataTypeFactory. register(LiquibaseDataType type)Registers an implementation ofLiquibaseDataTypewith both its name and all aliases for the data type as a handler in the factory's registry.Constructors in liquibase.datatype with parameters of type LiquibaseDataType Constructor Description LiquibaseDataType(LiquibaseDataType originalType) -
Uses of LiquibaseDataType in liquibase.datatype.core
Subclasses of LiquibaseDataType in liquibase.datatype.core Modifier and Type Class Description classBigIntTypeRepresents a signed integer number using 64 bits of storage.classBinaryTypeSnowflakeclassBlobTypeclassBooleanTypeclassCharTypeclassClobTypeclassCurrencyTypeclassDatabaseFunctionTypeclassDateTimeTypeclassDateTypeclassDecimalTypeclassDoubleDataTypeSnowflakeclassDoubleTypeclassFloatTypeclassIntTypeRepresents a signed integer number using 32 bits of storage.classMediumIntTypeclassNCharTypeclassNumberTypeclassNVarcharTypeclassSmallIntTypeclassTextDataTypeSnowflakeclassTimestampNTZTypeSnowflakeclassTimestampTypeData type support for TIMESTAMP data types in various DBMS.classTimeTypeclassTinyIntTypeclassUnknownTypeContainer for a data type that is not covered by any implementation inliquibase.datatype.core.classUUIDTypeclassVarcharTypeclassXMLType -
Uses of LiquibaseDataType in liquibase.statement.core
Methods in liquibase.statement.core that return types with arguments of type LiquibaseDataType Modifier and Type Method Description Map<String,LiquibaseDataType>CreateTableStatement. getColumnTypes()Methods in liquibase.statement.core with parameters of type LiquibaseDataType Modifier and Type Method Description CreateTableStatementCreateTableStatement. addColumn(String columnName, LiquibaseDataType columnType)CreateTableStatementCreateTableStatement. addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue)CreateTableStatementCreateTableStatement. addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, String remarks, ColumnConstraint... constraints)CreateTableStatementCreateTableStatement. addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, ColumnConstraint[] constraints)CreateTableStatementCreateTableStatement. addColumn(String columnName, LiquibaseDataType columnType, String defaultValueConstraintName, Object defaultValue, String remarks, ColumnConstraint... constraints)CreateTableStatementCreateTableStatement. addColumn(String columnName, LiquibaseDataType columnType, ColumnConstraint[] constraints)CreateTableStatementCreateTableStatement. addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, Boolean validate, boolean deferrable, boolean initiallyDeferred, String keyName, String tablespace, String remarks, ColumnConstraint... constraints)CreateTableStatementCreateTableStatement. addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, Boolean validate, boolean deferrable, boolean initiallyDeferred, String keyName, String tablespace, ColumnConstraint... constraints)CreateTableStatementCreateTableStatement. addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, Boolean validate, String keyName, String tablespace, ColumnConstraint... constraints)CreateTableStatementCreateTableStatement. addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, String keyName, String tablespace, ColumnConstraint... constraints)
-