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.
|
getLoadTypeNameaddParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getRawDefinition, hashCode, isAutoIncrement, isCurrentDateTimeFunction, numberToSql, objectToSql, otherToSql, setAdditionalInformation, sqlToObject, toString, validatepublic int getPriority()
getPriority in interface PrioritizedServicegetPriority in class LiquibaseDataTypepublic boolean supports(Database database)
supports in class LiquibaseDataTypepublic DatabaseDataType toDatabaseDataType(Database database)
LiquibaseDataTypetoDatabaseDataType in class DoubleTypedatabase - the Database for which the native data type is to be constructedCopyright © 2023 Liquibase.org. All rights reserved.