Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::SqlResultValue.
A single value in a row from a sql result.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#null_value
def null_value() -> ::Boolean
Returns
- (::Boolean) — Set to true if cell value is null.
#null_value=
def null_value=(value) -> ::Boolean
Parameter
- value (::Boolean) — Set to true if cell value is null.
Returns
- (::Boolean) — Set to true if cell value is null.
#value
def value() -> ::String
Returns
- (::String) — The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — 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.