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>
'defines' | |
#define | VALID_LONG_MESSAGE_TYPE(id) |
Funciones | |
void | pqParseInput3 (PGconn *conn) |
int | pqGetErrorNotice3 (PGconn *conn, bool isError) |
int | pqGetCopyData3 (PGconn *conn, char **buffer, int async) |
int | pqGetline3 (PGconn *conn, char *s, int maxlen) |
int | pqGetlineAsync3 (PGconn *conn, char *buffer, int bufsize) |
int | pqEndcopy3 (PGconn *conn) |
PGresult * | pqFunctionCall3 (PGconn *conn, Oid fnid, int *result_buf, int *actual_result_len, int result_is_int, const PQArgBlock *args, int nargs) |
char * | pqBuildStartupPacket3 (PGconn *conn, int *packetlen, const PQEnvironmentOption *options) |
#define VALID_LONG_MESSAGE_TYPE | ( | id | ) |
((id) == 'T' || (id) == 'D' || (id) == 'd' || (id) == 'V' || \ (id) == 'E' || (id) == 'N' || (id) == 'A')
char* pqBuildStartupPacket3 | ( | PGconn * | conn, |
int * | packetlen, | ||
const PQEnvironmentOption * | options | ||
) |
PGresult* pqFunctionCall3 | ( | PGconn * | conn, |
Oid | fnid, | ||
int * | result_buf, | ||
int * | actual_result_len, | ||
int | result_is_int, | ||
const PQArgBlock * | args, | ||
int | nargs | ||
) |
void pqParseInput3 | ( | PGconn * | conn | ) |