AlloyDB V1 API - Class Google::Cloud::AlloyDB::V1::SqlResult (v0.10.0)

Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::SqlResult.

SqlResult represents the result for the execution of a sql statement.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#columns

def columns() -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResultColumn>
Returns

#columns=

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

#rows

def rows() -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResultRow>
Returns

#rows=

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