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
- (::Array<::Google::Cloud::AlloyDB::V1::SqlResultColumn>) — List of columns included in the result. This also includes the data type of the column.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResultColumn>
Parameter
- value (::Array<::Google::Cloud::AlloyDB::V1::SqlResultColumn>) — List of columns included in the result. This also includes the data type of the column.
Returns
- (::Array<::Google::Cloud::AlloyDB::V1::SqlResultColumn>) — List of columns included in the result. This also includes the data type of the column.
#rows
def rows() -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResultRow>
Returns
- (::Array<::Google::Cloud::AlloyDB::V1::SqlResultRow>) — Rows returned by the SQL statement.
#rows=
def rows=(value) -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResultRow>
Parameter
- value (::Array<::Google::Cloud::AlloyDB::V1::SqlResultRow>) — Rows returned by the SQL statement.
Returns
- (::Array<::Google::Cloud::AlloyDB::V1::SqlResultRow>) — Rows returned by the SQL statement.