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 |
---|---|
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 |
---|---|
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 © 2020 Liquibase.org. All rights reserved.