Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class Value.
The cell value of the table.
Generated from protobuf message google.cloud.sql.v1.Value
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
string
The cell value in string format. |
↳ null_value |
bool
If cell value is null, then this flag will be set to true. |
getValue
The cell value in string format.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
The cell value in string format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNullValue
If cell value is null, then this flag will be set to true.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setNullValue
If cell value is null, then this flag will be set to true.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|