Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and 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=true
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ReplicateSchemaChange.Builder |
ReplicateSchemaChange.Builder.actionOnDmlError(ReplicateDmlErrorAction actionOnDmlError)
Action upon DML Error (active only if ‘Replicate schema changes (DDL)’ is selected) i.e
canReplicateSchemaChange=true
|
Constructor and Description |
---|
ReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange,
ReplicateDdlErrorAction actionOnDdlError,
ReplicateDmlErrorAction actionOnDmlError)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.