Google Cloud AlloyDB for PostgreSQL V1 Client - Class SqlResultRow (1.1.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class SqlResultRow.

A single row from a sql result.

Generated from protobuf message google.cloud.alloydb.v1.SqlResultRow

Namespace

Google \ Cloud \ AlloyDb \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values array<Google\Cloud\AlloyDb\V1\SqlResultValue>

List of values in a row of sql result.

getValues

List of values in a row of sql result.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setValues

List of values in a row of sql result.

Parameter
Name Description
var array<Google\Cloud\AlloyDb\V1\SqlResultValue>
Returns
Type Description
$this