AlloyDB V1ALPHA API - Class Google::Cloud::AlloyDB::V1alpha::SqlResult (v0.8.0)

Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::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::V1alpha::SqlResultColumn>
Returns

#columns=

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

#rows

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

#rows=

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