Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::ExportContext::SqlCsvExportOptions (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ExportContext::SqlCsvExportOptions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#escape_character

def escape_character() -> ::String
Returns
  • (::String) — Specifies the character that should appear before a data character that needs to be escaped.

#escape_character=

def escape_character=(value) -> ::String
Parameter
  • value (::String) — Specifies the character that should appear before a data character that needs to be escaped.
Returns
  • (::String) — Specifies the character that should appear before a data character that needs to be escaped.

#fields_terminated_by

def fields_terminated_by() -> ::String
Returns
  • (::String) — Specifies the character that separates columns within each row (line) of the file.

#fields_terminated_by=

def fields_terminated_by=(value) -> ::String
Parameter
  • value (::String) — Specifies the character that separates columns within each row (line) of the file.
Returns
  • (::String) — Specifies the character that separates columns within each row (line) of the file.

#lines_terminated_by

def lines_terminated_by() -> ::String
Returns
  • (::String) — This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.

#lines_terminated_by=

def lines_terminated_by=(value) -> ::String
Parameter
  • value (::String) — This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.
Returns
  • (::String) — This is used to separate lines. If a line does not contain all fields, the rest of the columns are set to their default values.

#quote_character

def quote_character() -> ::String
Returns
  • (::String) — Specifies the quoting character to be used when a data value is quoted.

#quote_character=

def quote_character=(value) -> ::String
Parameter
  • value (::String) — Specifies the quoting character to be used when a data value is quoted.
Returns
  • (::String) — Specifies the quoting character to be used when a data value is quoted.

#select_query

def select_query() -> ::String
Returns
  • (::String) — The select query used to extract the data.

#select_query=

def select_query=(value) -> ::String
Parameter
  • value (::String) — The select query used to extract the data.
Returns
  • (::String) — The select query used to extract the data.