Uses of Class
com.oracle.bmc.mysql.model.ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling
-
Packages that use ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling Modifier and Type Method Description static ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling
ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling. create(String key)
ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling
ChannelTargetDbSystem. getTablesWithoutPrimaryKeyHandling()
Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling
CreateChannelTargetFromDbSystemDetails. getTablesWithoutPrimaryKeyHandling()
Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling
UpdateChannelTargetFromDbSystemDetails. getTablesWithoutPrimaryKeyHandling()
Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.static ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling
ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling[]
ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling Modifier and Type Method Description ChannelTargetDbSystem.Builder
ChannelTargetDbSystem.Builder. tablesWithoutPrimaryKeyHandling(ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling)
Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.CreateChannelTargetFromDbSystemDetails.Builder
CreateChannelTargetFromDbSystemDetails.Builder. tablesWithoutPrimaryKeyHandling(ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling)
Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.UpdateChannelTargetFromDbSystemDetails.Builder
UpdateChannelTargetFromDbSystemDetails.Builder. tablesWithoutPrimaryKeyHandling(ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling)
Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.Constructors in com.oracle.bmc.mysql.model with parameters of type ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling Constructor Description ChannelTargetDbSystem(String dbSystemId, String channelName, String applierUsername, List<ChannelFilter> filters, ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling, Integer delayInSeconds)
Deprecated.CreateChannelTargetFromDbSystemDetails(String dbSystemId, String channelName, String applierUsername, List<ChannelFilter> filters, ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling, Integer delayInSeconds)
Deprecated.UpdateChannelTargetFromDbSystemDetails(String channelName, String applierUsername, List<ChannelFilter> filters, ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling, Integer delayInSeconds)
Deprecated.
-