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

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

QueryResult contains the result of executing a single SQL statement.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#columns

def columns() -> ::Array<::Google::Cloud::Sql::V1::Column>
Returns

#columns=

def columns=(value) -> ::Array<::Google::Cloud::Sql::V1::Column>
Parameter
Returns

#message

def message() -> ::String
Returns
  • (::String) — Message related to the SQL execution result.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Message related to the SQL execution result.
Returns
  • (::String) — Message related to the SQL execution result.

#partial_result

def partial_result() -> ::Boolean
Returns
  • (::Boolean) — Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results.

#partial_result=

def partial_result=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results.
Returns
  • (::Boolean) — Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results.

#rows

def rows() -> ::Array<::Google::Cloud::Sql::V1::Row>
Returns

#rows=

def rows=(value) -> ::Array<::Google::Cloud::Sql::V1::Row>
Parameter
Returns

#status

def status() -> ::Google::Rpc::Status
Returns

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
Returns