Class: Google::Cloud::AlloyDB::V1alpha::SqlResultRow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/data_model.rb

Overview

A single row from a sql result.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultValue>

Returns List of values in a row of sql result.

Returns:



55
56
57
58
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 55

class SqlResultRow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end