Uses of Class
liquibase.datatype.LiquibaseDataType
Packages that use LiquibaseDataType
Package
Description
-
Uses of LiquibaseDataType in liquibase.common.datatype
Subclasses of LiquibaseDataType in liquibase.common.datatypeMethods in liquibase.common.datatype that return LiquibaseDataTypeConstructors in liquibase.common.datatype with parameters of type LiquibaseDataType -
Uses of LiquibaseDataType in liquibase.datatype
Methods in liquibase.datatype that return LiquibaseDataTypeModifier and TypeMethodDescriptionDataTypeFactory.from(DatabaseDataType type, Database database) DataTypeFactory.fromDescription(String dataTypeDefinition, Database database) Translates a column data type definition (e.g. varchar(255), java.sql.Types.NVARCHAR(10), VARCHAR2(255 BYTE)... ) into a normalized data type in object form.DataTypeFactory.fromObject(Object object, Database database) Methods in liquibase.datatype with parameters of type LiquibaseDataTypeModifier and TypeMethodDescriptionvoidDataTypeFactory.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 -
Uses of LiquibaseDataType in liquibase.datatype.core
Subclasses of LiquibaseDataType in liquibase.datatype.coreModifier and TypeClassDescriptionclassRepresents a signed integer number using 64 bits of storage.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassRepresents a signed integer number using 32 bits of storage.classclassclassclassclassclassclassclassData type support for TIMESTAMP data types in various DBMS.classclassclassclassclassContainer for a data type that is not covered by any implementation inliquibase.datatype.core.classclassclass -
Uses of LiquibaseDataType in liquibase.statement.core
Methods in liquibase.statement.core that return types with arguments of type LiquibaseDataTypeMethods in liquibase.statement.core with parameters of type LiquibaseDataTypeModifier and TypeMethodDescriptionCreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType) CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue) CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, String remarks, ColumnConstraint... constraints) CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, ColumnConstraint[] constraints) CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, String defaultValueConstraintName, Object defaultValue, String remarks, ColumnConstraint... constraints) CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, ColumnConstraint[] constraints) CreateTableStatement.addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, Boolean validate, boolean deferrable, boolean initiallyDeferred, String keyName, String tablespace, String remarks, ColumnConstraint... constraints) CreateTableStatement.addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, Boolean validate, boolean deferrable, boolean initiallyDeferred, String keyName, String tablespace, ColumnConstraint... constraints) CreateTableStatement.addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, Boolean validate, String keyName, String tablespace, ColumnConstraint... constraints) CreateTableStatement.addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, String keyName, String tablespace, ColumnConstraint... constraints)