Package liquibase.datatype
Class DatabaseDataType
java.lang.Object
liquibase.datatype.DatabaseDataType
This class represents a native data type used by a specific RDBMS. This is in contrast of
LiquibaseDataType
, which represents data types used in changeSets (which will later be translated into
the RDBMS-specific data type if required).-
Constructor Summary
ConstructorDescriptionDatabaseDataType
(String type) DatabaseDataType
(String name, Object... parameters) -
Method Summary
-
Constructor Details
-
DatabaseDataType
-
DatabaseDataType
-
-
Method Details