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