Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::ExecuteSqlResponse.
Execute a SQL statement response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metadata
def metadata() -> ::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata
Returns
- (::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata) — Any additional metadata information regarding the execution of the sql statement.
#metadata=
def metadata=(value) -> ::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata
Parameter
- value (::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata) — Any additional metadata information regarding the execution of the sql statement.
Returns
- (::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata) — Any additional metadata information regarding the execution of the sql statement.
#sql_results
def sql_results() -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResult>
Returns
- (::Array<::Google::Cloud::AlloyDB::V1::SqlResult>) — SqlResult represents the results for the execution of sql statements.
#sql_results=
def sql_results=(value) -> ::Array<::Google::Cloud::AlloyDB::V1::SqlResult>
Parameter
- value (::Array<::Google::Cloud::AlloyDB::V1::SqlResult>) — SqlResult represents the results for the execution of sql statements.
Returns
- (::Array<::Google::Cloud::AlloyDB::V1::SqlResult>) — SqlResult represents the results for the execution of sql statements.