Uses of Class
com.oracle.bmc.databasemigration.model.HandleGrantErrors
-
Packages that use HandleGrantErrors Package Description com.oracle.bmc.databasemigration.model -
-
Uses of HandleGrantErrors in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return HandleGrantErrors Modifier and Type Method 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
MySqlInitialLoadSettings. 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.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.Methods in com.oracle.bmc.databasemigration.model with parameters of type HandleGrantErrors Modifier and Type Method Description CreateMySqlInitialLoadSettings.Builder
CreateMySqlInitialLoadSettings.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.UpdateMySqlInitialLoadSettings.Builder
UpdateMySqlInitialLoadSettings.Builder. handleGrantErrors(HandleGrantErrors handleGrantErrors)
The action taken in the event of errors related to GRANT or REVOKE errors.Constructors in com.oracle.bmc.databasemigration.model with parameters of type HandleGrantErrors Constructor 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.
-