public class TimestampType extends DateTimeType
SQL_DATETYPE_TIMESTAMPCOMPARATOR, 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, sqlToObjectaddParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isCurrentDateTimeFunction, numberToSql, otherToSql, setAdditionalInformation, supports, toString, validatepublic DatabaseDataType toDatabaseDataType(Database database)
toDatabaseDataType in class DateTimeTypedatabase - the database for which the String must be generatedpublic LoadDataChange.LOAD_DATA_TYPE getLoadTypeName()
LiquibaseDataTypegetLoadTypeName in class DateTimeTypeCopyright © 2019 Liquibase.org. All rights reserved.