Unit 'postgres3dyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#postgres]

TPGresult

Declaration

Source position: postgres3types.inc line 100

type TPGresult = record

  ntups: LongInt;

  numAttributes: LongInt;

  attDescs: PPGresAttDesc;

  tuples: PPPGresAttValue;

  tupArrSize: LongInt;

  resultStatus: TExecStatusType;

  cmdStatus: array [0..(CMDSTATUS_LEN)-1] of char;

  binary: LongInt;

  conn: PPGconn;

end;


Documentation generated on: 2023-03-18