View Source GoogleApi.DataMigration.V1.Model.SourceSqlChange (google_api_data_migration v0.15.0)

Options to configure rule type SourceSqlChange. The rule is used to alter the sql code for database entities. The rule filter field can refer to one entity. The rule scope can be: StoredProcedure, Function, Trigger, View

Attributes

  • sqlCode (type: String.t, default: nil) - Required. Sql code for source (stored procedure, function, trigger or view)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SourceSqlChange{
  sqlCode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.