| Package | Description |
|---|---|
| liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
| liquibase.common.datatype | |
| liquibase.datatype | |
| liquibase.datatype.core |
| Modifier and Type | Method and Description |
|---|---|
LoadDataChange.LOAD_DATA_TYPE |
LoadDataColumnConfig.getTypeEnum()
Return
ColumnConfig.getType() as a standard enum, or null if the type is null OR UNKNOWN if it doesn't match a standard type. |
static LoadDataChange.LOAD_DATA_TYPE |
LoadDataChange.LOAD_DATA_TYPE.valueOf(String name)
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 Type | Method and Description |
|---|---|
ColumnConfig |
LoadDataColumnConfig.setType(LoadDataChange.LOAD_DATA_TYPE value) |
| Modifier and Type | Method and Description |
|---|---|
LoadDataChange.LOAD_DATA_TYPE |
DataTypeWrapper.getLoadTypeName() |
| Modifier and Type | Method and Description |
|---|---|
abstract LoadDataChange.LOAD_DATA_TYPE |
LiquibaseDataType.getLoadTypeName()
Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
|
Copyright © 2022 Liquibase.org. All rights reserved.