Class: Google::Cloud::AlloyDB::V1::ExecuteSqlResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::ExecuteSqlResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/service.rb
Overview
Execute a SQL statement response.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata
Any additional metadata information regarding the execution of the sql statement.
-
#sql_results ⇒ ::Array<::Google::Cloud::AlloyDB::V1::SqlResult>
SqlResult represents the results for the execution of sql statements.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata
Returns Any additional metadata information regarding the execution of the sql statement.
824 825 826 827 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 824 class ExecuteSqlResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_results ⇒ ::Array<::Google::Cloud::AlloyDB::V1::SqlResult>
Returns SqlResult represents the results for the execution of sql statements.
824 825 826 827 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 824 class ExecuteSqlResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |