Package liquibase.datatype.core
Class DateTypeSnowflake
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.DateType
liquibase.datatype.core.DateTypeSnowflake
- All Implemented Interfaces:
PrioritizedService
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintobjectToSql(Object value, Database database) Returns the value object in a format to include in SQL.booleanMethods inherited from class liquibase.datatype.core.DateType
getDateFormat, getLoadTypeName, sqlToObject, toDatabaseDataTypeMethods inherited from class liquibase.datatype.LiquibaseDataType
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getRawDefinition, hashCode, isAutoIncrement, isCurrentDateTimeFunction, numberToSql, otherToSql, setAdditionalInformation, toString, validate
-
Constructor Details
-
DateTypeSnowflake
public DateTypeSnowflake()
-
-
Method Details
-
objectToSql
Description copied from class:LiquibaseDataTypeReturns the value object in a format to include in SQL. Quote if necessary.- Overrides:
objectToSqlin classDateType
-
supports
- Overrides:
supportsin classLiquibaseDataType
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacePrioritizedService- Overrides:
getPriorityin classLiquibaseDataType
-