Uses of Enum
liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
Package
Description
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.change.core
Modifier and TypeMethodDescriptionLoadDataColumnConfig.getTypeEnum()
Returns the type of thisLoadDataChange
as a standard enum, or null if the type isnull
, ORUNKNOWN
if it doesn't match a standard type.Returns the enum constant of this type with the specified name.static LoadDataChange.LOAD_DATA_TYPE[]
LoadDataChange.LOAD_DATA_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLoadDataColumnConfig.setType
(LoadDataChange.LOAD_DATA_TYPE value) -
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.common.datatype
-
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.datatype
Modifier and TypeMethodDescriptionabstract LoadDataChange.LOAD_DATA_TYPE
LiquibaseDataType.getLoadTypeName()
Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING -
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.datatype.core
Modifier and TypeMethodDescriptionBigIntType.getLoadTypeName()
BinaryTypeSnowflake.getLoadTypeName()
BlobType.getLoadTypeName()
BooleanType.getLoadTypeName()
CharType.getLoadTypeName()
ClobType.getLoadTypeName()
ClobTypeSnowflake.getLoadTypeName()
CurrencyType.getLoadTypeName()
DatabaseFunctionType.getLoadTypeName()
DateTimeType.getLoadTypeName()
DateType.getLoadTypeName()
DecimalType.getLoadTypeName()
DoubleType.getLoadTypeName()
FloatType.getLoadTypeName()
IntType.getLoadTypeName()
MediumIntType.getLoadTypeName()
NumberType.getLoadTypeName()
NVarcharType.getLoadTypeName()
SmallIntType.getLoadTypeName()
TextDataTypeSnowflake.getLoadTypeName()
TimestampNTZTypeSnowflake.getLoadTypeName()
TimestampType.getLoadTypeName()
TimeType.getLoadTypeName()
TinyIntType.getLoadTypeName()
UnknownType.getLoadTypeName()
UUIDType.getLoadTypeName()
XMLType.getLoadTypeName()