Package liquibase.datatype.core
Class TimestampTypeSnowflake
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.DateTimeType
liquibase.datatype.core.TimestampType
liquibase.datatype.core.TimestampTypeSnowflake
- All Implemented Interfaces:
PrioritizedService
-
Field Summary
Fields inherited from class liquibase.datatype.core.DateTimeType
SQL_DATETYPE_TIMESTAMPFields 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.TimestampType
getLoadTypeName, toDatabaseDataTypeMethods inherited from class liquibase.datatype.core.DateTimeType
getDateTimeFormat, sqlToObjectMethods 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
-
TimestampTypeSnowflake
public TimestampTypeSnowflake()
-
-
Method Details
-
objectToSql
Description copied from class:LiquibaseDataTypeReturns the value object in a format to include in SQL. Quote if necessary.- Overrides:
objectToSqlin classDateTimeType
-
supports
- Overrides:
supportsin classLiquibaseDataType
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacePrioritizedService- Overrides:
getPriorityin classLiquibaseDataType
-