Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libpq/pqexpbuffer.c
#include "postgres_fe.h"
#include <limits.h>
#include "pqexpbuffer.h"

Funciones

PQExpBuffer createPQExpBuffer (void)
void initPQExpBuffer (PQExpBuffer str)
void destroyPQExpBuffer (PQExpBuffer str)
void termPQExpBuffer (PQExpBuffer str)
void resetPQExpBuffer (PQExpBuffer str)
int enlargePQExpBuffer (PQExpBuffer str, size_t needed)
void printfPQExpBuffer (PQExpBuffer str, const char *fmt,...)
void appendPQExpBuffer (PQExpBuffer str, const char *fmt,...)
void appendPQExpBufferStr (PQExpBuffer str, const char *data)
void appendPQExpBufferChar (PQExpBuffer str, char ch)
void appendBinaryPQExpBuffer (PQExpBuffer str, const char *data, size_t datalen)

Documentación de las funciones

void appendBinaryPQExpBuffer ( PQExpBuffer  str,
const char *  data,
size_t  datalen 
)
void appendPQExpBuffer ( PQExpBuffer  str,
const char *  fmt,
  ... 
)
void appendPQExpBufferChar ( PQExpBuffer  str,
char  ch 
)
void appendPQExpBufferStr ( PQExpBuffer  str,
const char *  data 
)
PQExpBuffer createPQExpBuffer ( void  )
void destroyPQExpBuffer ( PQExpBuffer  str)
int enlargePQExpBuffer ( PQExpBuffer  str,
size_t  needed 
)
void initPQExpBuffer ( PQExpBuffer  str)
void printfPQExpBuffer ( PQExpBuffer  str,
const char *  fmt,
  ... 
)
void resetPQExpBuffer ( PQExpBuffer  str)
void termPQExpBuffer ( PQExpBuffer  str)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'