Uses of Class
com.oracle.bmc.dataintegration.model.SchemaDriftConfig.ExtraColumnHandling
-
Packages that use SchemaDriftConfig.ExtraColumnHandling Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SchemaDriftConfig.ExtraColumnHandling in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SchemaDriftConfig.ExtraColumnHandling Modifier and Type Method 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.Methods in com.oracle.bmc.dataintegration.model with parameters of type SchemaDriftConfig.ExtraColumnHandling Modifier and Type Method Description SchemaDriftConfig.Builder
SchemaDriftConfig.Builder. extraColumnHandling(SchemaDriftConfig.ExtraColumnHandling extraColumnHandling)
The setting for how to handle extra columns/fields.Constructors in com.oracle.bmc.dataintegration.model with parameters of type SchemaDriftConfig.ExtraColumnHandling Constructor Description SchemaDriftConfig(SchemaDriftConfig.ExtraColumnHandling extraColumnHandling, SchemaDriftConfig.MissingColumnHandling missingColumnHandling, SchemaDriftConfig.DataTypeChangeHandling dataTypeChangeHandling, Boolean isValidationWarningIfAllowed)
Deprecated.
-