google_api_sql_admin v0.24.0 GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptions View Source
Options for exporting data as SQL statements.
Attributes
mysqlExportOptions
(type:GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptionsMysqlExportOptions.t
, default:nil
) - Options for exporting from MySQL.schemaOnly
(type:boolean()
, default:nil
) - Export only schemas.tables
(type:list(String.t)
, default:nil
) - Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptions{ mysqlExportOptions: GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptionsMysqlExportOptions.t(), schemaOnly: boolean(), tables: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.