PostgreSQL Source Code: PQArgBlock Struct Reference (original) (raw)

#include <[libpq-fe.h](libpq-fe%5F8h%5Fsource.html)>

Data Fields
int len
int isint
union {
int * ptr
int integer
} u

Detailed Description

Definition at line 293 of file libpq-fe.h.

Field Documentation

integer

Definition at line 300 of file libpq-fe.h.

Referenced by lo_close(), lo_creat(), lo_create(), lo_lseek(), lo_lseek64(), lo_open(), lo_read(), lo_tell(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_unlink(), and lo_write().

isint

Definition at line 296 of file libpq-fe.h.

Referenced by lo_close(), lo_creat(), lo_create(), lo_lseek(), lo_lseek64(), lo_open(), lo_read(), lo_tell(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_unlink(), and lo_write().

len

Definition at line 295 of file libpq-fe.h.

Referenced by lo_close(), lo_creat(), lo_create(), lo_lseek(), lo_lseek64(), lo_open(), lo_read(), lo_tell(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_unlink(), and lo_write().

ptr

union { ... } PQArgBlock::u

Referenced by lo_close(), lo_creat(), lo_create(), lo_lseek(), lo_lseek64(), lo_open(), lo_read(), lo_tell(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_unlink(), and lo_write().


The documentation for this struct was generated from the following file: