Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static ConfigurationVariables.BinlogRowMetadata |
ConfigurationVariables.BinlogRowMetadata.create(String key) |
ConfigurationVariables.BinlogRowMetadata |
ConfigurationVariables.getBinlogRowMetadata()
Configures the amount of table metadata added to the binary log when using row-based logging.
|
static ConfigurationVariables.BinlogRowMetadata |
ConfigurationVariables.BinlogRowMetadata.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationVariables.BinlogRowMetadata[] |
ConfigurationVariables.BinlogRowMetadata.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationVariables.Builder |
ConfigurationVariables.Builder.binlogRowMetadata(ConfigurationVariables.BinlogRowMetadata binlogRowMetadata)
Configures the amount of table metadata added to the binary log when using row-based logging.
|
Constructor and Description |
---|
ConfigurationVariables(ConfigurationVariables.CompletionType completionType,
ConfigurationVariables.DefaultAuthenticationPlugin defaultAuthenticationPlugin,
ConfigurationVariables.TransactionIsolation transactionIsolation,
String innodbFtServerStopwordTable,
String mandatoryRoles,
Boolean autocommit,
Boolean foreignKeyChecks,
ConfigurationVariables.GroupReplicationConsistency groupReplicationConsistency,
Boolean innodbFtEnableStopword,
Boolean localInfile,
Boolean mysqlFirewallMode,
Boolean mysqlxEnableHelloNotice,
Boolean sqlRequirePrimaryKey,
Boolean sqlWarnings,
Integer binlogExpireLogsSeconds,
ConfigurationVariables.BinlogRowMetadata binlogRowMetadata,
String binlogRowValueOptions,
Boolean binlogTransactionCompression,
Long innodbBufferPoolSize,
Integer innodbFtResultCacheLimit,
Integer maxConnections,
Integer maxPreparedStmtCount,
Integer connectTimeout,
Integer cteMaxRecursionDepth,
Integer generatedRandomPasswordLength,
Integer informationSchemaStatsExpiry,
Integer innodbBufferPoolInstances,
Integer innodbFtMaxTokenSize,
Integer innodbFtMinTokenSize,
Integer innodbFtNumWordOptimize,
Integer innodbLockWaitTimeout,
Integer innodbMaxPurgeLag,
Integer innodbMaxPurgeLagDelay,
Integer maxExecutionTime,
Integer mysqlxConnectTimeout,
Integer mysqlxDocumentIdUniquePrefix,
Integer mysqlxIdleWorkerThreadTimeout,
Integer mysqlxInteractiveTimeout,
Integer mysqlxMaxAllowedPacket,
Integer mysqlxMinWorkerThreads,
Integer mysqlxReadTimeout,
Integer mysqlxWaitTimeout,
Integer mysqlxWriteTimeout,
Integer parserMaxMemSize,
Integer queryAllocBlockSize,
Integer queryPreallocSize,
String sqlMode,
Integer mysqlxDeflateDefaultCompressionLevel,
Integer mysqlxDeflateMaxClientCompressionLevel,
Integer mysqlxLz4MaxClientCompressionLevel,
Integer mysqlxLz4DefaultCompressionLevel,
Integer mysqlxZstdMaxClientCompressionLevel,
Integer mysqlxZstdDefaultCompressionLevel,
Integer mysqlZstdDefaultCompressionLevel)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.