Uses of Class
com.oracle.bmc.goldengate.model.ReplicateDdlErrorAction
-
Packages that use ReplicateDdlErrorAction Package Description com.oracle.bmc.goldengate.model -
-
Uses of ReplicateDdlErrorAction in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ReplicateDdlErrorAction Modifier and Type Method Description static ReplicateDdlErrorAction
ReplicateDdlErrorAction. create(String key)
ReplicateDdlErrorAction
ReplicateSchemaChange. getActionOnDdlError()
Action upon DDL Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e canReplicateSchemaChange=truestatic ReplicateDdlErrorAction
ReplicateDdlErrorAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicateDdlErrorAction[]
ReplicateDdlErrorAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type ReplicateDdlErrorAction Modifier and Type Method Description ReplicateSchemaChange.Builder
ReplicateSchemaChange.Builder. actionOnDdlError(ReplicateDdlErrorAction actionOnDdlError)
Action upon DDL Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e canReplicateSchemaChange=trueConstructors in com.oracle.bmc.goldengate.model with parameters of type ReplicateDdlErrorAction Constructor Description ReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange, ReplicateDdlErrorAction actionOnDdlError, ReplicateDmlErrorAction actionOnDmlError)
Deprecated.
-