Uses of Class
com.oracle.bmc.dataintegration.model.SchemaDriftConfig.DataTypeChangeHandling
-
Packages that use SchemaDriftConfig.DataTypeChangeHandling Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SchemaDriftConfig.DataTypeChangeHandling in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SchemaDriftConfig.DataTypeChangeHandling Modifier and Type Method Description static SchemaDriftConfig.DataTypeChangeHandlingSchemaDriftConfig.DataTypeChangeHandling. create(String key)SchemaDriftConfig.DataTypeChangeHandlingSchemaDriftConfig. getDataTypeChangeHandling()The setting for how to handle columns/fields with changed data types.static SchemaDriftConfig.DataTypeChangeHandlingSchemaDriftConfig.DataTypeChangeHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaDriftConfig.DataTypeChangeHandling[]SchemaDriftConfig.DataTypeChangeHandling. 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.DataTypeChangeHandling Modifier and Type Method Description SchemaDriftConfig.BuilderSchemaDriftConfig.Builder. dataTypeChangeHandling(SchemaDriftConfig.DataTypeChangeHandling dataTypeChangeHandling)The setting for how to handle columns/fields with changed data types.Constructors in com.oracle.bmc.dataintegration.model with parameters of type SchemaDriftConfig.DataTypeChangeHandling Constructor Description SchemaDriftConfig(SchemaDriftConfig.ExtraColumnHandling extraColumnHandling, SchemaDriftConfig.MissingColumnHandling missingColumnHandling, SchemaDriftConfig.DataTypeChangeHandling dataTypeChangeHandling, Boolean isValidationWarningIfAllowed)Deprecated.
-