Class PgDataRow.

Inherits PgServerMessage

S: A row of data, as described by PgRowDescription.

The message data contains the 16-bit number of columns, and pairs of (Int32 n, Byten) for each column. A column with length -1 is NULL.

PgDataRow::PgDataRow( Buffer * b, const PgRowDescription * d )

This function constructs a new PgDataRow based on the contents of the Buffer b, and the PgRowDescription d.

Row * PgDataRow::row() const

Returns a pointer to a Row object based on the contents of the data row message.

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.