Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static HandleGrantErrors |
HandleGrantErrors.create(String key) |
HandleGrantErrors |
CreateMySqlInitialLoadSettings.getHandleGrantErrors()
The action taken in the event of errors related to GRANT or REVOKE errors.
|
HandleGrantErrors |
UpdateMySqlInitialLoadSettings.getHandleGrantErrors()
The action taken in the event of errors related to GRANT or REVOKE errors.
|
HandleGrantErrors |
MySqlInitialLoadSettings.getHandleGrantErrors()
The action taken in the event of errors related to GRANT or REVOKE errors.
|
static HandleGrantErrors |
HandleGrantErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandleGrantErrors[] |
HandleGrantErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateMySqlInitialLoadSettings.Builder |
CreateMySqlInitialLoadSettings.Builder.handleGrantErrors(HandleGrantErrors handleGrantErrors)
The action taken in the event of errors related to GRANT or REVOKE errors.
|
UpdateMySqlInitialLoadSettings.Builder |
UpdateMySqlInitialLoadSettings.Builder.handleGrantErrors(HandleGrantErrors handleGrantErrors)
The action taken in the event of errors related to GRANT or REVOKE errors.
|
MySqlInitialLoadSettings.Builder |
MySqlInitialLoadSettings.Builder.handleGrantErrors(HandleGrantErrors handleGrantErrors)
The action taken in the event of errors related to GRANT or REVOKE errors.
|
Constructor and Description |
---|
CreateMySqlInitialLoadSettings(Boolean isConsistent,
Boolean isTzUtc,
List<CompatibilityOption> compatibility,
PrimaryKeyCompatibility primaryKeyCompatibility,
Boolean isIgnoreExistingObjects,
HandleGrantErrors handleGrantErrors,
JobModeMySql jobMode)
Deprecated.
|
MySqlInitialLoadSettings(Boolean isConsistent,
Boolean isTzUtc,
List<CompatibilityOption> compatibility,
PrimaryKeyCompatibility primaryKeyCompatibility,
Boolean isIgnoreExistingObjects,
HandleGrantErrors handleGrantErrors,
JobModeMySql jobMode)
Deprecated.
|
UpdateMySqlInitialLoadSettings(Boolean isConsistent,
Boolean isTzUtc,
List<CompatibilityOption> compatibility,
PrimaryKeyCompatibility primaryKeyCompatibility,
Boolean isIgnoreExistingObjects,
HandleGrantErrors handleGrantErrors,
JobModeMySql jobMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.