Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Pgx.Result_desc
Sourcetype t = {
name : string;
Field name.
*)table : int32 option;
OID of table.
*)column : int option;
Column number of field in table.
*)field_type : int32;
The type of the field.
*)length : int;
Length of the field.
*)modifier : int32;
Type modifier.
*)}