Uses of Class
com.oracle.bmc.goldengate.model.ReplicateDmlErrorAction
-
Packages that use ReplicateDmlErrorAction Package Description com.oracle.bmc.goldengate.model -
-
Uses of ReplicateDmlErrorAction in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ReplicateDmlErrorAction Modifier and Type Method Description static ReplicateDmlErrorAction
ReplicateDmlErrorAction. create(String key)
ReplicateDmlErrorAction
ReplicateSchemaChange. getActionOnDmlError()
Action upon DML Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e canReplicateSchemaChange=truestatic ReplicateDmlErrorAction
ReplicateDmlErrorAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicateDmlErrorAction[]
ReplicateDmlErrorAction. 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 ReplicateDmlErrorAction Modifier and Type Method Description ReplicateSchemaChange.Builder
ReplicateSchemaChange.Builder. actionOnDmlError(ReplicateDmlErrorAction actionOnDmlError)
Action upon DML Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e canReplicateSchemaChange=trueConstructors in com.oracle.bmc.goldengate.model with parameters of type ReplicateDmlErrorAction Constructor Description ReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange, ReplicateDdlErrorAction actionOnDdlError, ReplicateDmlErrorAction actionOnDmlError)
Deprecated.
-