Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static SchemaDriftConfig.ExtraColumnHandling |
SchemaDriftConfig.ExtraColumnHandling.create(String key) |
SchemaDriftConfig.ExtraColumnHandling |
SchemaDriftConfig.getExtraColumnHandling()
The setting for how to handle extra columns/fields.
|
static SchemaDriftConfig.ExtraColumnHandling |
SchemaDriftConfig.ExtraColumnHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaDriftConfig.ExtraColumnHandling[] |
SchemaDriftConfig.ExtraColumnHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchemaDriftConfig.Builder |
SchemaDriftConfig.Builder.extraColumnHandling(SchemaDriftConfig.ExtraColumnHandling extraColumnHandling)
The setting for how to handle extra columns/fields.
|
Constructor and Description |
---|
SchemaDriftConfig(SchemaDriftConfig.ExtraColumnHandling extraColumnHandling,
SchemaDriftConfig.MissingColumnHandling missingColumnHandling,
SchemaDriftConfig.DataTypeChangeHandling dataTypeChangeHandling,
Boolean isValidationWarningIfAllowed)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.