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

PQArgBlock

Declaration

Source position: postgres3types.inc line 188

type PQArgBlock = record

  len: LongInt;

  isint: LongInt;

  u: record

    case LongInt of

      0: (

          ptr: Plongint;

        );

      1: (

          integer: LongInt;

        );

  end;

end;


Documentation generated on: 2023-03-18