Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libpq/fe-protocol2.c
#include "postgres_fe.h"
#include <errno.h>
#include <ctype.h>
#include <fcntl.h>
#include "libpq-fe.h"
#include "libpq-int.h"
#include "mb/pg_wchar.h"
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>

Funciones

PostgresPollingStatusType pqSetenvPoll (PGconn *conn)
void pqParseInput2 (PGconn *conn)
int pqGetCopyData2 (PGconn *conn, char **buffer, int async)
int pqGetline2 (PGconn *conn, char *s, int maxlen)
int pqGetlineAsync2 (PGconn *conn, char *buffer, int bufsize)
int pqEndcopy2 (PGconn *conn)
PGresultpqFunctionCall2 (PGconn *conn, Oid fnid, int *result_buf, int *actual_result_len, int result_is_int, const PQArgBlock *args, int nargs)
char * pqBuildStartupPacket2 (PGconn *conn, int *packetlen, const PQEnvironmentOption *options)

Documentación de las funciones

char* pqBuildStartupPacket2 ( PGconn conn,
int packetlen,
const PQEnvironmentOption options 
)
int pqEndcopy2 ( PGconn conn)
PGresult* pqFunctionCall2 ( PGconn conn,
Oid  fnid,
int result_buf,
int actual_result_len,
int  result_is_int,
const PQArgBlock args,
int  nargs 
)
int pqGetCopyData2 ( PGconn conn,
char **  buffer,
int  async 
)
int pqGetline2 ( PGconn conn,
char *  s,
int  maxlen 
)
int pqGetlineAsync2 ( PGconn conn,
char *  buffer,
int  bufsize 
)
void pqParseInput2 ( PGconn conn)
PostgresPollingStatusType pqSetenvPoll ( PGconn conn)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'