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

TPGconn

Declaration

Source position: postgres3types.inc line 77

type TPGconn = record

  pghost: PAnsiChar;

  pgtty: PAnsiChar;

  pgport: PAnsiChar;

  pgoptions: PAnsiChar;

  dbName: PAnsiChar;

  status: TConnStatusType;

  errorMessage: array [0..(ERROR_MSG_LENGTH)-1] of AnsiChar;

  Pfin: PFIle;

  Pfout: PFIle;

  Pfdebug: PFIle;

  sock: LongInt;

  laddr: TSockAddr;

  raddr: TSockAddr;

  salt: array [0..(2)-1] of AnsiChar;

  asyncNotifyWaiting: LongInt;

  notifyList: PDllist;

  pguser: PAnsiChar;

  pgpass: PAnsiChar;

  lobjfuncs: PPGlobjfuncs;

end;


Documentation generated on: 2025-07-25