Uses of Class
com.oracle.bmc.mysql.model.AnonymousTransactionsHandling
-
Packages that use AnonymousTransactionsHandling Package Description com.oracle.bmc.mysql.model -
-
Uses of AnonymousTransactionsHandling in com.oracle.bmc.mysql.model
Subclasses of AnonymousTransactionsHandling in com.oracle.bmc.mysql.model Modifier and Type Class 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.Methods in com.oracle.bmc.mysql.model that return AnonymousTransactionsHandling Modifier and Type Method Description AnonymousTransactionsHandling
ChannelSourceMysql. getAnonymousTransactionsHandling()
AnonymousTransactionsHandling
CreateChannelSourceFromMysqlDetails. getAnonymousTransactionsHandling()
AnonymousTransactionsHandling
UpdateChannelSourceFromMysqlDetails. getAnonymousTransactionsHandling()
Methods in com.oracle.bmc.mysql.model with parameters of type AnonymousTransactionsHandling Modifier and Type Method Description ChannelSourceMysql.Builder
ChannelSourceMysql.Builder. anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling)
CreateChannelSourceFromMysqlDetails.Builder
CreateChannelSourceFromMysqlDetails.Builder. anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling)
UpdateChannelSourceFromMysqlDetails.Builder
UpdateChannelSourceFromMysqlDetails.Builder. anonymousTransactionsHandling(AnonymousTransactionsHandling anonymousTransactionsHandling)
Constructors in com.oracle.bmc.mysql.model with parameters of type AnonymousTransactionsHandling Constructor 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.
-