FieldSpec

Value type descriptor, constisting of an oid of the type itself and a boolean flag wich indicates wether the value can be null.

struct FieldSpec {
OID typeId;
bool nullable;
}

Meta