#include <libpq.h>
Data Fields | |
int | len |
int | isint |
union { | |
int * ptr | |
int integer | |
} | u |
union { | |
int * ptr | |
int integer | |
} | u |
Definition at line 29 of file libpq.h.
Definition at line 36 of file libpq.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(), lo_write(), pqFunctionCall2(), and pqFunctionCall3().
Definition at line 32 of file libpq.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().
int PQArgBlock::len |
Definition at line 31 of file libpq.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(), lo_write(), pqFunctionCall2(), and pqFunctionCall3().
int* PQArgBlock::ptr |
Definition at line 35 of file libpq.h.
Referenced by lo_lseek64(), lo_truncate64(), lo_write(), pqFunctionCall2(), and pqFunctionCall3().
union { ... } PQArgBlock::u |
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().