Class: Google::Cloud::AlloyDB::V1alpha::SqlResultValue

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 value in a row from a sql result.

Instance Attribute Summary collapse

Instance Attribute Details

#null_value::Boolean

Returns Set to true if cell value is null.

Returns:

  • (::Boolean)

    Set to true if cell value is null.



68
69
70
71
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 68

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

#value::String

Returns The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.

Returns:

  • (::String)

    The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.



68
69
70
71
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 68

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