Structure
PostgresMessage.RowDescription.Field
Describes a single field returned in a
RowDescription message.struct Field
Topics
Instance Properties
columnAttributeNumberIf the field can be identified as a column of a specific table, the attribute number of the column; otherwise zero.dataTypeThe object ID of the field’s data type.dataTypeModifierThe type modifier (see pg_attribute.atttypmod). The meaning of the modifier is type-specific.dataTypeSizeThe data type size (see pg_type.typlen). Note that negative values denote variable-width types.descriptionSeeCustomStringConvertible.formatCodeThe format code being used for the field. Currently will be zero (text) or one (binary). In a RowDescription returned from the statement variant of Describe, the format code is not yet known and will always be zero.nameThe field name.tableOIDIf the field can be identified as a column of a specific table, the object ID of the table; otherwise zero.
Relationships
Conforms To
Swift.CustomStringConvertible