Package liquibase.datatype.core
Class DoubleDataTypeSnowflake
- java.lang.Object
-
- liquibase.datatype.LiquibaseDataType
-
- liquibase.datatype.core.DoubleType
-
- liquibase.datatype.core.DoubleDataTypeSnowflake
-
- All Implemented Interfaces:
PrioritizedService
public class DoubleDataTypeSnowflake extends DoubleType
-
-
Field Summary
-
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description DoubleDataTypeSnowflake()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()booleansupports(Database database)DatabaseDataTypetoDatabaseDataType(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
-
-
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfacePrioritizedService- Overrides:
getPriorityin classLiquibaseDataType
-
supports
public boolean supports(Database database)
- Overrides:
supportsin classLiquibaseDataType
-
toDatabaseDataType
public DatabaseDataType toDatabaseDataType(Database database)
Description copied from class:LiquibaseDataTypeTransforms this data type into the native data type of the target DBMS.- Overrides:
toDatabaseDataTypein classDoubleType- Parameters:
database- theDatabasefor which the native data type is to be constructed- Returns:
- the new, native data type
-
-