PostgreSQL Source Code  git master
pgLobjfuncs Struct Reference

#include <libpq-int.h>

Data Fields

Oid fn_lo_open
 
Oid fn_lo_close
 
Oid fn_lo_creat
 
Oid fn_lo_create
 
Oid fn_lo_unlink
 
Oid fn_lo_lseek
 
Oid fn_lo_lseek64
 
Oid fn_lo_tell
 
Oid fn_lo_tell64
 
Oid fn_lo_truncate
 
Oid fn_lo_truncate64
 
Oid fn_lo_read
 
Oid fn_lo_write
 

Detailed Description

Definition at line 278 of file libpq-int.h.

Field Documentation

◆ fn_lo_close

Oid pgLobjfuncs::fn_lo_close

Definition at line 281 of file libpq-int.h.

Referenced by lo_close(), and lo_initialize().

◆ fn_lo_creat

Oid pgLobjfuncs::fn_lo_creat

Definition at line 282 of file libpq-int.h.

Referenced by lo_creat(), and lo_initialize().

◆ fn_lo_create

Oid pgLobjfuncs::fn_lo_create

Definition at line 283 of file libpq-int.h.

Referenced by lo_create(), and lo_initialize().

◆ fn_lo_lseek

Oid pgLobjfuncs::fn_lo_lseek

Definition at line 285 of file libpq-int.h.

Referenced by lo_initialize(), and lo_lseek().

◆ fn_lo_lseek64

Oid pgLobjfuncs::fn_lo_lseek64

Definition at line 286 of file libpq-int.h.

Referenced by lo_initialize(), and lo_lseek64().

◆ fn_lo_open

Oid pgLobjfuncs::fn_lo_open

Definition at line 280 of file libpq-int.h.

Referenced by lo_initialize(), and lo_open().

◆ fn_lo_read

Oid pgLobjfuncs::fn_lo_read

Definition at line 291 of file libpq-int.h.

Referenced by lo_initialize(), and lo_read().

◆ fn_lo_tell

Oid pgLobjfuncs::fn_lo_tell

Definition at line 287 of file libpq-int.h.

Referenced by lo_initialize(), and lo_tell().

◆ fn_lo_tell64

Oid pgLobjfuncs::fn_lo_tell64

Definition at line 288 of file libpq-int.h.

Referenced by lo_initialize(), and lo_tell64().

◆ fn_lo_truncate

Oid pgLobjfuncs::fn_lo_truncate

Definition at line 289 of file libpq-int.h.

Referenced by lo_initialize(), and lo_truncate().

◆ fn_lo_truncate64

Oid pgLobjfuncs::fn_lo_truncate64

Definition at line 290 of file libpq-int.h.

Referenced by lo_initialize(), and lo_truncate64().

◆ fn_lo_unlink

Oid pgLobjfuncs::fn_lo_unlink

Definition at line 284 of file libpq-int.h.

Referenced by lo_initialize(), and lo_unlink().

◆ fn_lo_write

Oid pgLobjfuncs::fn_lo_write

Definition at line 292 of file libpq-int.h.

Referenced by lo_initialize(), and lo_write().


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