Eneboo - Documentación para desarrolladores
|
#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) |
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 | ) |
Datum lo_tell | ( | PG_FUNCTION_ARGS | ) |
Datum lo_unlink | ( | PG_FUNCTION_ARGS | ) |
Datum loread | ( | PG_FUNCTION_ARGS | ) |
Datum lowrite | ( | PG_FUNCTION_ARGS | ) |