Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PrimaryKeyCompatibility

Primary Key Compatibility option. IGNORE_MISSING_PKS - Make the instance, schema, or table dump utility ignore any missing primary keys when the dump is carried out, CREATE_INVISIBLE_PKS - Add a flag in the dump metadata to notify MySQL Shell\u2019s dump loading utility to add primary keys in invisible columns, for each table that does not contain a primary key.

Enumeration members

CreateInvisiblePks

CreateInvisiblePks: = "CREATE_INVISIBLE_PKS"

IgnoreMissingPks

IgnoreMissingPks: = "IGNORE_MISSING_PKS"

None

None: = "NONE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj