public class TimestampType extends DateTimeType
SQL_DATETYPE_TIMESTAMP
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
TimestampType() |
Modifier and Type | Method and Description |
---|---|
LoadDataChange.LOAD_DATA_TYPE |
getLoadTypeName()
Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
|
DatabaseDataType |
toDatabaseDataType(Database database)
Returns a DBMS-specific String representation of this TimestampType for use in SQL statements.
|
getDateTimeFormat, objectToSql, sqlToObject
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isAutoIncrement, isCurrentDateTimeFunction, numberToSql, otherToSql, setAdditionalInformation, supports, toString, validate
public DatabaseDataType toDatabaseDataType(Database database)
toDatabaseDataType
in class DateTimeType
database
- the database for which the String must be generatedpublic LoadDataChange.LOAD_DATA_TYPE getLoadTypeName()
LiquibaseDataType
getLoadTypeName
in class DateTimeType
Copyright © 2023 Liquibase.org. All rights reserved.