Uses of Class
com.oracle.bmc.goldengate.model.ReplicateSchemaChange
-
Packages that use ReplicateSchemaChange Package Description com.oracle.bmc.goldengate.model -
-
Uses of ReplicateSchemaChange in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ReplicateSchemaChange Modifier and Type Method Description ReplicateSchemaChange
ReplicateSchemaChange.Builder. build()
ReplicateSchemaChange
ProcessOptions. getReplicateSchemaChange()
Methods in com.oracle.bmc.goldengate.model with parameters of type ReplicateSchemaChange Modifier and Type Method Description ReplicateSchemaChange.Builder
ReplicateSchemaChange.Builder. copy(ReplicateSchemaChange model)
ProcessOptions.Builder
ProcessOptions.Builder. replicateSchemaChange(ReplicateSchemaChange replicateSchemaChange)
Constructors in com.oracle.bmc.goldengate.model with parameters of type ReplicateSchemaChange Constructor Description ProcessOptions(InitialDataLoad initialDataLoad, ReplicateSchemaChange replicateSchemaChange, ProcessOptions.ShouldRestartOnFailure shouldRestartOnFailure, ProcessOptions.StartUsingDefaultMapping startUsingDefaultMapping)
Deprecated.
-