Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling |
ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling.create(String 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 |
ChannelTargetDbSystem.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.