Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class SqlResultValue.
A single value in a row from a sql result.
Generated from protobuf message google.cloud.alloydb.v1.SqlResultValue
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ value
string
The cell value represented in string format. Timestamps are converted to string using RFC3339Nano format.
↳ null_value
bool
Set to true if cell value is null.
getValue
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
string
hasValue
clearValue
setValue
The cell value represented in string format.
Timestamps are converted to string using RFC3339Nano format.
var
string
$this
getNullValue
Set to true if cell value is null.
bool
hasNullValue
clearNullValue
setNullValue
Set to true if cell value is null.
var
bool
$this