Class | Description |
---|---|
BigIntType |
Represents a signed integer number using 64 bits of storage.
|
BlobType | |
BooleanType | |
CharType | |
ClobType | |
CurrencyType | |
DatabaseFunctionType | |
DateTimeType | |
DateType | |
DecimalType | |
DoubleDataTypeSnowflake | |
DoubleType | |
FloatType | |
IntType |
Represents a signed integer number using 32 bits of storage.
|
MediumIntType | |
NCharType | |
NumberType | |
NVarcharType | |
SmallIntType | |
TextDataTypeSnowflake | |
TimestampNTZTypeSnowflake | |
TimestampType |
Data type support for TIMESTAMP data types in various DBMS.
|
TimeType | |
TinyIntType | |
UnknownType |
Container for a data type that is not covered by any implementation in
liquibase.datatype.core . |
UUIDType | |
VarcharType | |
XMLType |
Copyright © 2023 Liquibase.org. All rights reserved.