Class: Google::Cloud::AlloyDB::V1alpha::SqlResult
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::SqlResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/data_model.rb
Overview
SqlResult represents the result for the execution of a sql statement.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultColumn>
List of columns included in the result.
-
#rows ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultRow>
Rows returned by the SQL statement.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultColumn>
Returns List of columns included in the result. This also includes the data type of the column.
32 33 34 35 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 32 class SqlResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rows ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultRow>
Returns Rows returned by the SQL statement.
32 33 34 35 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 32 class SqlResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |