Uses of Class
com.oracle.bmc.databasemigration.model.CompatibilityOption
-
Packages that use CompatibilityOption Package Description com.oracle.bmc.databasemigration.model -
-
Uses of CompatibilityOption in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return CompatibilityOption Modifier and Type Method Description static CompatibilityOption
CompatibilityOption. create(String key)
static CompatibilityOption
CompatibilityOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompatibilityOption[]
CompatibilityOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type CompatibilityOption Modifier and Type Method Description List<CompatibilityOption>
CreateMySqlInitialLoadSettings. getCompatibility()
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.List<CompatibilityOption>
MySqlInitialLoadSettings. getCompatibility()
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.List<CompatibilityOption>
UpdateMySqlInitialLoadSettings. getCompatibility()
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type CompatibilityOption Modifier and Type Method Description CreateMySqlInitialLoadSettings.Builder
CreateMySqlInitialLoadSettings.Builder. compatibility(List<CompatibilityOption> compatibility)
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.MySqlInitialLoadSettings.Builder
MySqlInitialLoadSettings.Builder. compatibility(List<CompatibilityOption> compatibility)
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.UpdateMySqlInitialLoadSettings.Builder
UpdateMySqlInitialLoadSettings.Builder. compatibility(List<CompatibilityOption> compatibility)
Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type CompatibilityOption 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.
-