Class: Google::Cloud::AlloyDB::V1alpha::SqlResultValue
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::SqlResultValue
- 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
-
#null_value ⇒ ::Boolean
Set to true if cell value is null.
-
#value ⇒ ::String
The cell value represented in string format.
Instance Attribute Details
#null_value ⇒ ::Boolean
Returns 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.
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 |