public class LoadDataColumnConfig extends ColumnConfig
ColumnConfig.ValueNumeric
LiquibaseSerializable.SerializationType
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
Constructor and Description |
---|
LoadDataColumnConfig() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowUpdate()
Returns true if this Column should be updated.
|
String |
getHeader() |
Integer |
getIndex() |
LoadDataChange.LOAD_DATA_TYPE |
getTypeEnum()
Return
ColumnConfig.getType() as a standard enum, or null if the type is null OR LoadDataChange.LOAD_DATA_TYPE.UNKNOWN if it doesn't match a standard type. |
void |
load(ParsedNode parsedNode,
ResourceAccessor resourceAccessor) |
void |
setAllowUpdate(Boolean getAllowUpdate) |
void |
setHeader(String header) |
void |
setIndex(Integer index) |
ColumnConfig |
setType(LoadDataChange.LOAD_DATA_TYPE value) |
arrayFromNames, fromName, getComputed, getConstraints, getDefaultOnNull, getDefaultValue, getDefaultValueBoolean, getDefaultValueComputed, getDefaultValueConstraintName, getDefaultValueDate, getDefaultValueNumeric, getDefaultValueObject, getDefaultValueSequenceNext, getDescending, getEncoding, getGenerationType, getIncrementBy, getName, getRemarks, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getStartWith, getType, getValue, getValueBlobFile, getValueBoolean, getValueClobFile, getValueComputed, getValueDate, getValueNumeric, getValueObject, getValueSequenceCurrent, getValueSequenceNext, hasDefaultValue, isAutoIncrement, loadConstraints, setAutoIncrement, setComputed, setConstraints, setDefaultOnNull, setDefaultValue, setDefaultValueBoolean, setDefaultValueBoolean, setDefaultValueComputed, setDefaultValueConstraintName, setDefaultValueDate, setDefaultValueDate, setDefaultValueNumeric, setDefaultValueNumeric, setDefaultValueSequenceNext, setDescending, setEncoding, setGenerationType, setIncrementBy, setName, setName, setRemarks, setStartWith, setType, setValue, setValueBlobFile, setValueBoolean, setValueBoolean, setValueClobFile, setValueComputed, setValueDate, setValueDate, setValueNumeric, setValueNumeric, setValueSequenceCurrent, setValueSequenceNext
convertEscaped, getSerializableFieldDataTypeClass, getSerializableFieldDataTypeClassParameters, getSerializableFieldNamespace, getSerializableFields, serialize, serializeValue, setSerializableFieldValue, shouldAutoLoad
public Integer getIndex()
public void setIndex(Integer index)
public String getHeader()
public void setHeader(String header)
public Boolean getAllowUpdate()
public void setAllowUpdate(Boolean getAllowUpdate)
public void load(ParsedNode parsedNode, ResourceAccessor resourceAccessor) throws ParsedNodeException
load
in interface LiquibaseSerializable
load
in class ColumnConfig
ParsedNodeException
public ColumnConfig setType(LoadDataChange.LOAD_DATA_TYPE value)
public LoadDataChange.LOAD_DATA_TYPE getTypeEnum()
ColumnConfig.getType()
as a standard enum, or null if the type is null OR LoadDataChange.LOAD_DATA_TYPE.UNKNOWN
if it doesn't match a standard type.Copyright © 2023 Liquibase.org. All rights reserved.