Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libpq/include/libpq/be-fsstubs.h
#include "fmgr.h"

Ir al código fuente de este archivo.

Funciones

Datum lo_import (PG_FUNCTION_ARGS)
Datum lo_export (PG_FUNCTION_ARGS)
Datum lo_creat (PG_FUNCTION_ARGS)
Datum lo_create (PG_FUNCTION_ARGS)
Datum lo_open (PG_FUNCTION_ARGS)
Datum lo_close (PG_FUNCTION_ARGS)
Datum loread (PG_FUNCTION_ARGS)
Datum lowrite (PG_FUNCTION_ARGS)
Datum lo_lseek (PG_FUNCTION_ARGS)
Datum lo_tell (PG_FUNCTION_ARGS)
Datum lo_unlink (PG_FUNCTION_ARGS)
int lo_read (int fd, char *buf, int len)
int lo_write (int fd, char *buf, int len)
void AtEOXact_LargeObject (bool isCommit)
void AtEOSubXact_LargeObject (bool isCommit, SubTransactionId mySubid, SubTransactionId parentSubid)

Documentación de las funciones

void AtEOSubXact_LargeObject ( bool  isCommit,
SubTransactionId  mySubid,
SubTransactionId  parentSubid 
)
void AtEOXact_LargeObject ( bool  isCommit)
Datum lo_close ( PG_FUNCTION_ARGS  )
Datum lo_creat ( PG_FUNCTION_ARGS  )
Datum lo_create ( PG_FUNCTION_ARGS  )
Datum lo_export ( PG_FUNCTION_ARGS  )
Datum lo_import ( PG_FUNCTION_ARGS  )
Datum lo_lseek ( PG_FUNCTION_ARGS  )
Datum lo_open ( PG_FUNCTION_ARGS  )
int lo_read ( int  fd,
char *  buf,
int  len 
)
Datum lo_tell ( PG_FUNCTION_ARGS  )
Datum lo_unlink ( PG_FUNCTION_ARGS  )
int lo_write ( int  fd,
char *  buf,
int  len 
)
Datum loread ( PG_FUNCTION_ARGS  )
Datum lowrite ( PG_FUNCTION_ARGS  )
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'