Eneboo - Documentación para desarrolladores
|
#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) |
PGresult * | pqFunctionCall2 (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) |
char* pqBuildStartupPacket2 | ( | PGconn * | conn, |
int * | packetlen, | ||
const PQEnvironmentOption * | options | ||
) |
PGresult* pqFunctionCall2 | ( | PGconn * | conn, |
Oid | fnid, | ||
int * | result_buf, | ||
int * | actual_result_len, | ||
int | result_is_int, | ||
const PQArgBlock * | args, | ||
int | nargs | ||
) |
void pqParseInput2 | ( | PGconn * | conn | ) |
PostgresPollingStatusType pqSetenvPoll | ( | PGconn * | conn | ) |