PGField

Contains information about fields returned by the server

Members

Variables

index
short index;

If the field can be identified as a column of a specific table, the attribute number of the column; otherwise zero.

modifier
int modifier;

The type modifier (see pg_attribute.atttypmod). The meaning of the modifier is type-specific.

name
string name;

The field name.

oid
uint oid;

The object ID of the field's data type.

tableOid
uint tableOid;

If the field can be identified as a column of a specific table, the object ID of the table; otherwise zero.

typlen
short typlen;

The data type size (see pg_type.typlen). Note that negative values denote variable-width types.

Meta