Uses of Class
liquibase.datatype.DatabaseDataType
-
Packages that use DatabaseDataType Package Description liquibase.common.datatype liquibase.datatype liquibase.datatype.core -
-
Uses of DatabaseDataType in liquibase.common.datatype
Methods in liquibase.common.datatype that return DatabaseDataType Modifier and Type Method Description DatabaseDataTypeDataTypeWrapper. toDatabaseDataType(Database database) -
Uses of DatabaseDataType in liquibase.datatype
Methods in liquibase.datatype that return DatabaseDataType Modifier and Type Method Description DatabaseDataTypeLiquibaseDataType. toDatabaseDataType(Database database)Transforms this data type into the native data type of the target DBMS.Methods in liquibase.datatype with parameters of type DatabaseDataType Modifier and Type Method Description LiquibaseDataTypeDataTypeFactory. from(DatabaseDataType type, Database database) -
Uses of DatabaseDataType in liquibase.datatype.core
-