Class PgRowDescription.

Inherits PgServerMessage

S: The description of a single row of data.

The message data contains the 16-bit number of columns, and tuples of (EString name, Int32 table-oid, Int16 col-number, Int32 type-id, Int16 size, Int32 type-mod, Int16 format-code) for each column.

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