| Class | Description |
|---|---|
| BigIntType |
Represents a signed integer number using 64 bits of storage.
|
| BlobType | |
| BooleanType | |
| CharType | |
| ClobType | |
| CurrencyType | |
| DatabaseFunctionType | |
| DateTimeType | |
| DateType | |
| DecimalType | |
| DoubleType | |
| FloatType | |
| IntType |
Represents a signed integer number using 32 bits of storage.
|
| MediumIntType | |
| NCharType | |
| NumberType | |
| NVarcharType | |
| SmallIntType | |
| 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 © 2019 Liquibase.org. All rights reserved.