Package liquibase.datatype.core
Class DoubleDataTypeSnowflake
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.DoubleType
liquibase.datatype.core.DoubleDataTypeSnowflake
- All Implemented Interfaces:
PrioritizedService
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
toDatabaseDataType
(Database database) Transforms this data type into the native data type of the target DBMS.Methods inherited from class liquibase.datatype.core.DoubleType
getLoadTypeName
Methods inherited from class liquibase.datatype.LiquibaseDataType
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getRawDefinition, hashCode, isAutoIncrement, isCurrentDateTimeFunction, numberToSql, objectToSql, otherToSql, setAdditionalInformation, sqlToObject, toString, validate
-
Constructor Details
-
DoubleDataTypeSnowflake
public DoubleDataTypeSnowflake()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfacePrioritizedService
- Overrides:
getPriority
in classLiquibaseDataType
-
supports
- Overrides:
supports
in classLiquibaseDataType
-
toDatabaseDataType
Description copied from class:LiquibaseDataType
Transforms this data type into the native data type of the target DBMS.- Overrides:
toDatabaseDataType
in classDoubleType
- Parameters:
database
- theDatabase
for which the native data type is to be constructed- Returns:
- the new, native data type
-