public class DoubleDataTypeSnowflake extends DoubleType
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
DoubleDataTypeSnowflake() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
boolean |
supports(Database database) |
DatabaseDataType |
toDatabaseDataType(Database database)
Transforms this data type into the native data type of the target DBMS.
|
getLoadTypeName
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getRawDefinition, hashCode, isAutoIncrement, isCurrentDateTimeFunction, numberToSql, objectToSql, otherToSql, setAdditionalInformation, sqlToObject, toString, validate
public int getPriority()
getPriority
in interface PrioritizedService
getPriority
in class LiquibaseDataType
public boolean supports(Database database)
supports
in class LiquibaseDataType
public DatabaseDataType toDatabaseDataType(Database database)
LiquibaseDataType
toDatabaseDataType
in class DoubleType
database
- the Database
for which the native data type is to be constructedCopyright © 2023 Liquibase.org. All rights reserved.