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