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

TPQArgBlock

Declaration

Source position: postgres.pp line 53

type TPQArgBlock = record

  len: LongInt;

  isint: LongInt;

  u: record

    case LongInt of

      0: (

          ptr: PLongint;

        );

      1: (

          integer: LongInt;

        );

  end;

end;


Documentation generated on: 2023-03-18