Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static ReplicateSchemaChange.CanReplicateSchemaChange |
ReplicateSchemaChange.CanReplicateSchemaChange.create(String key) |
ReplicateSchemaChange.CanReplicateSchemaChange |
ReplicateSchemaChange.getCanReplicateSchemaChange()
If ENABLED, then addition or removal of schema is also replicated, apart from individual
tables and records when creating or updating the pipeline.
|
static ReplicateSchemaChange.CanReplicateSchemaChange |
ReplicateSchemaChange.CanReplicateSchemaChange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicateSchemaChange.CanReplicateSchemaChange[] |
ReplicateSchemaChange.CanReplicateSchemaChange.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.canReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange)
If ENABLED, then addition or removal of schema is also replicated, apart from individual
tables and records when creating or updating the pipeline.
|
Constructor and Description |
---|
ReplicateSchemaChange(ReplicateSchemaChange.CanReplicateSchemaChange canReplicateSchemaChange,
ReplicateDdlErrorAction actionOnDdlError,
ReplicateDmlErrorAction actionOnDmlError)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.