Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and 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=true
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ReplicateSchemaChange.Builder |
ReplicateSchemaChange.Builder.actionOnDdlError(ReplicateDdlErrorAction actionOnDdlError)
Action upon DDL 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.