Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Class and Description |
---|---|
class |
AssignManualUuidHandling
Enables assignment of IDs on the target to anonymous transactions coming from the source.
|
class |
AssignTargetUuidHandling
Enables assignment of IDs on the target to anonymous transactions coming from the source.
|
class |
ErrorOnAnonymousHandling
Disables assignment of IDs to anonymous transactions coming from the source.
|
Modifier and Type | Method and Description |
---|---|
AnonymousTransactionsHandling |
UpdateChannelSourceFromMysqlDetails.getAnonymousTransactionsHandling() |
AnonymousTransactionsHandling |
ChannelSourceMysql.getAnonymousTransactionsHandling() |
AnonymousTransactionsHandling |
CreateChannelSourceFromMysqlDetails.getAnonymousTransactionsHandling() |
Modifier and Type | Method and Description |
---|---|
UpdateChannelSourceFromMysqlDetails.Builder |
UpdateChannelSourceFromMysqlDetails.Builder.anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling) |
ChannelSourceMysql.Builder |
ChannelSourceMysql.Builder.anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling) |
CreateChannelSourceFromMysqlDetails.Builder |
CreateChannelSourceFromMysqlDetails.Builder.anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling) |
Constructor and Description |
---|
ChannelSourceMysql(String hostname,
Integer port,
String username,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
CreateChannelSourceFromMysqlDetails(String hostname,
Integer port,
String username,
String password,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
UpdateChannelSourceFromMysqlDetails(String hostname,
Integer port,
String username,
String password,
ChannelSourceMysql.SslMode sslMode,
CaCertificate sslCaCertificate,
AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.