public static enum LoadDataChange.LOAD_DATA_TYPE extends Enum<LoadDataChange.LOAD_DATA_TYPE>
Enum Constant and Description |
---|
BLOB |
BOOLEAN |
CLOB |
COMPUTED |
DATE |
NUMERIC |
OTHER |
SEQUENCE |
SKIP |
STRING |
UNKNOWN |
UUID |
Modifier and Type | Method and Description |
---|---|
static LoadDataChange.LOAD_DATA_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadDataChange.LOAD_DATA_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadDataChange.LOAD_DATA_TYPE BOOLEAN
public static final LoadDataChange.LOAD_DATA_TYPE NUMERIC
public static final LoadDataChange.LOAD_DATA_TYPE DATE
public static final LoadDataChange.LOAD_DATA_TYPE STRING
public static final LoadDataChange.LOAD_DATA_TYPE COMPUTED
public static final LoadDataChange.LOAD_DATA_TYPE SEQUENCE
public static final LoadDataChange.LOAD_DATA_TYPE BLOB
public static final LoadDataChange.LOAD_DATA_TYPE CLOB
public static final LoadDataChange.LOAD_DATA_TYPE SKIP
public static final LoadDataChange.LOAD_DATA_TYPE UUID
public static final LoadDataChange.LOAD_DATA_TYPE OTHER
public static final LoadDataChange.LOAD_DATA_TYPE UNKNOWN
public static LoadDataChange.LOAD_DATA_TYPE[] values()
for (LoadDataChange.LOAD_DATA_TYPE c : LoadDataChange.LOAD_DATA_TYPE.values()) System.out.println(c);
public static LoadDataChange.LOAD_DATA_TYPE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 Liquibase.org. All rights reserved.