libpq.libpq

Undocumented in source.

Members

Aliases

ConnStatusType
alias ConnStatusType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ExecStatusType
alias ExecStatusType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Oid
alias Oid = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventConnDestroy
alias PGEventConnDestroy = _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventConnReset
alias PGEventConnReset = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventId
alias PGEventId = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventProc
alias PGEventProc = int function(_Anonymous_0, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventRegister
alias PGEventRegister = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventResultCopy
alias PGEventResultCopy = _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventResultCreate
alias PGEventResultCreate = _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGEventResultDestroy
alias PGEventResultDestroy = _Anonymous_6
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGPing
alias PGPing = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGTransactionStatusType
alias PGTransactionStatusType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGVerbosity
alias PGVerbosity = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_INT64_TYPE
alias PG_INT64_TYPE = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGcancel
alias PGcancel = pg_cancel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGconn
alias PGconn = pg_conn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGnotify
alias PGnotify = pgNotify
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGresAttDesc
alias PGresAttDesc = pgresAttDesc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGresult
alias PGresult = pg_result
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQArgBlock
alias PQArgBlock = _PQArgBlock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconninfoOption
alias PQconninfoOption = _PQconninfoOption
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfreeNotify
alias PQfreeNotify = PQfreemem
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQnoticeProcessor
alias PQnoticeProcessor = void function(void*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQnoticeReceiver
alias PQnoticeReceiver = void function(void*, const(pg_result)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQprintOpt
alias PQprintOpt = _PQprintOpt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PostgresPollingStatusType
alias PostgresPollingStatusType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_int64
alias pg_int64 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgthreadlock_t
alias pgthreadlock_t = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pqbool
alias pqbool = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

CONNECTION_OK
anonymousenum CONNECTION_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGRES_EMPTY_QUERY
anonymousenum PGRES_EMPTY_QUERY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PGRES_POLLING_FAILED
anonymousenum PGRES_POLLING_FAILED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQERRORS_TERSE
anonymousenum PQERRORS_TERSE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQPING_OK
anonymousenum PQPING_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQTRANS_IDLE
anonymousenum PQTRANS_IDLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

PQbackendPID
int PQbackendPID(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQbinaryTuples
int PQbinaryTuples(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQcancel
int PQcancel(PGcancel* cancel, char* errbuf, int errbufsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQclear
void PQclear(PGresult* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQclientEncoding
int PQclientEncoding(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQcmdStatus
char* PQcmdStatus(PGresult* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQcmdTuples
char* PQcmdTuples(PGresult* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconndefaults
PQconninfoOption* PQconndefaults()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectPoll
PostgresPollingStatusType PQconnectPoll(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectStart
PGconn* PQconnectStart(const(char)* conninfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectStartParams
PGconn* PQconnectStartParams(const(char*)* keywords, const(char*)* values, int expand_dbname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectdb
PGconn* PQconnectdb(const(char)* conninfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectdbParams
PGconn* PQconnectdbParams(const(char*)* keywords, const(char*)* values, int expand_dbname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectionNeedsPassword
int PQconnectionNeedsPassword(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconnectionUsedPassword
int PQconnectionUsedPassword(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconninfo
PQconninfoOption* PQconninfo(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconninfoFree
void PQconninfoFree(PQconninfoOption* connOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconninfoParse
PQconninfoOption* PQconninfoParse(const(char)* conninfo, char** errmsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQconsumeInput
int PQconsumeInput(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQcopyResult
PGresult* PQcopyResult(const(PGresult)* src, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQdb
char* PQdb(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQdescribePortal
PGresult* PQdescribePortal(PGconn* conn, const(char)* portal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQdescribePrepared
PGresult* PQdescribePrepared(PGconn* conn, const(char)* stmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQdisplayTuples
void PQdisplayTuples(const(PGresult)* res, FILE* fp, int fillAlign, const(char)* fieldSep, int printHeader, int quiet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQdsplen
int PQdsplen(const(char)* s, int encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQencryptPassword
char* PQencryptPassword(const(char)* passwd, const(char)* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQendcopy
int PQendcopy(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQenv2encoding
int PQenv2encoding()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQerrorMessage
char* PQerrorMessage(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQescapeBytea
ubyte* PQescapeBytea(const(ubyte)* from, size_t from_length, size_t* to_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQescapeByteaConn
ubyte* PQescapeByteaConn(PGconn* conn, const(ubyte)* from, size_t from_length, size_t* to_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQescapeIdentifier
char* PQescapeIdentifier(PGconn* conn, const(char)* str, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQescapeLiteral
char* PQescapeLiteral(PGconn* conn, const(char)* str, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQescapeString
size_t PQescapeString(char* to, const(char)* from, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQescapeStringConn
size_t PQescapeStringConn(PGconn* conn, char* to, const(char)* from, size_t length, int* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQexec
PGresult* PQexec(PGconn* conn, const(char)* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQexecParams
PGresult* PQexecParams(PGconn* conn, const(char)* command, int nParams, const(Oid)* paramTypes, const(char*)* paramValues, const(int)* paramLengths, const(int)* paramFormats, int resultFormat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQexecPrepared
PGresult* PQexecPrepared(PGconn* conn, const(char)* stmtName, int nParams, const(char*)* paramValues, const(int)* paramLengths, const(int)* paramFormats, int resultFormat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfformat
int PQfformat(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfinish
void PQfinish(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfireResultCreateEvents
int PQfireResultCreateEvents(PGconn* conn, PGresult* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQflush
int PQflush(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfmod
int PQfmod(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfn
PGresult* PQfn(PGconn* conn, int fnid, int* result_buf, int* result_len, int result_is_int, const(PQArgBlock)* args, int nargs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfname
char* PQfname(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfnumber
int PQfnumber(const(PGresult)* res, const(char)* field_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfreeCancel
void PQfreeCancel(PGcancel* cancel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfreemem
void PQfreemem(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQfsize
int PQfsize(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQftable
Oid PQftable(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQftablecol
int PQftablecol(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQftype
Oid PQftype(const(PGresult)* res, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetCancel
PGcancel* PQgetCancel(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetCopyData
int PQgetCopyData(PGconn* conn, char** buffer, int async)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetResult
PGresult* PQgetResult(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetisnull
int PQgetisnull(const(PGresult)* res, int tup_num, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetlength
int PQgetlength(const(PGresult)* res, int tup_num, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetline
int PQgetline(PGconn* conn, char* string, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetlineAsync
int PQgetlineAsync(PGconn* conn, char* buffer, int bufsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetssl
void* PQgetssl(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQgetvalue
char* PQgetvalue(const(PGresult)* res, int tup_num, int field_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQhost
char* PQhost(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQinitOpenSSL
void PQinitOpenSSL(int do_ssl, int do_crypto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQinitSSL
void PQinitSSL(int do_init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQinstanceData
void* PQinstanceData(const(PGconn)* conn, PGEventProc proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQisBusy
int PQisBusy(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQisnonblocking
int PQisnonblocking(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQisthreadsafe
int PQisthreadsafe()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQlibVersion
int PQlibVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQmakeEmptyPGresult
PGresult* PQmakeEmptyPGresult(PGconn* conn, ExecStatusType status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQmblen
int PQmblen(const(char)* s, int encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQnfields
int PQnfields(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQnotifies
PGnotify* PQnotifies(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQnparams
int PQnparams(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQntuples
int PQntuples(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQoidStatus
char* PQoidStatus(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQoidValue
Oid PQoidValue(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQoptions
char* PQoptions(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQparameterStatus
const(char)* PQparameterStatus(const(PGconn)* conn, const(char)* paramName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQparamtype
Oid PQparamtype(const(PGresult)* res, int param_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQpass
char* PQpass(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQping
PGPing PQping(const(char)* conninfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQpingParams
PGPing PQpingParams(const(char*)* keywords, const(char*)* values, int expand_dbname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQport
char* PQport(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQprepare
PGresult* PQprepare(PGconn* conn, const(char)* stmtName, const(char)* query, int nParams, const(Oid)* paramTypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQprint
void PQprint(FILE* fout, const(PGresult)* res, const(PQprintOpt)* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQprintTuples
void PQprintTuples(const(PGresult)* res, FILE* fout, int printAttName, int terseOutput, int width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQprotocolVersion
int PQprotocolVersion(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQputCopyData
int PQputCopyData(PGconn* conn, const(char)* buffer, int nbytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQputCopyEnd
int PQputCopyEnd(PGconn* conn, const(char)* errormsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQputline
int PQputline(PGconn* conn, const(char)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQputnbytes
int PQputnbytes(PGconn* conn, const(char)* buffer, int nbytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQregisterEventProc
int PQregisterEventProc(PGconn* conn, PGEventProc proc, const(char)* name, void* passThrough)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQregisterThreadLock
pgthreadlock_t PQregisterThreadLock(pgthreadlock_t newhandler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQrequestCancel
int PQrequestCancel(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresStatus
char* PQresStatus(ExecStatusType status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQreset
void PQreset(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresetPoll
PostgresPollingStatusType PQresetPoll(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresetStart
int PQresetStart(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresultAlloc
void* PQresultAlloc(PGresult* res, size_t nBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresultErrorField
char* PQresultErrorField(const(PGresult)* res, int fieldcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresultErrorMessage
char* PQresultErrorMessage(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresultInstanceData
void* PQresultInstanceData(const(PGresult)* result, PGEventProc proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresultSetInstanceData
int PQresultSetInstanceData(PGresult* result, PGEventProc proc, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQresultStatus
ExecStatusType PQresultStatus(const(PGresult)* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsendDescribePortal
int PQsendDescribePortal(PGconn* conn, const(char)* portal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsendDescribePrepared
int PQsendDescribePrepared(PGconn* conn, const(char)* stmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsendPrepare
int PQsendPrepare(PGconn* conn, const(char)* stmtName, const(char)* query, int nParams, const(Oid)* paramTypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsendQuery
int PQsendQuery(PGconn* conn, const(char)* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsendQueryParams
int PQsendQueryParams(PGconn* conn, const(char)* command, int nParams, const(Oid)* paramTypes, const(char*)* paramValues, const(int)* paramLengths, const(int)* paramFormats, int resultFormat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsendQueryPrepared
int PQsendQueryPrepared(PGconn* conn, const(char)* stmtName, int nParams, const(char*)* paramValues, const(int)* paramLengths, const(int)* paramFormats, int resultFormat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQserverVersion
int PQserverVersion(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetClientEncoding
int PQsetClientEncoding(PGconn* conn, const(char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetErrorVerbosity
PGVerbosity PQsetErrorVerbosity(PGconn* conn, PGVerbosity verbosity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetInstanceData
int PQsetInstanceData(PGconn* conn, PGEventProc proc, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetNoticeProcessor
PQnoticeProcessor PQsetNoticeProcessor(PGconn* conn, PQnoticeProcessor proc, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetNoticeReceiver
PQnoticeReceiver PQsetNoticeReceiver(PGconn* conn, PQnoticeReceiver proc, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetResultAttrs
int PQsetResultAttrs(PGresult* res, int numAttributes, PGresAttDesc* attDescs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetSingleRowMode
int PQsetSingleRowMode(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetdb
PGconn* PQsetdb(const(char)* pghost, const(char)* pgport, const(char)* pgoptions, const(char)* pgtty, const(char)* dbName)
Undocumented in source. Be warned that the author may not have intended to support it.
PQsetdbLogin
PGconn* PQsetdbLogin(const(char)* pghost, const(char)* pgport, const(char)* pgoptions, const(char)* pgtty, const(char)* dbName, const(char)* login, const(char)* pwd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetnonblocking
int PQsetnonblocking(PGconn* conn, int arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsetvalue
int PQsetvalue(PGresult* res, int tup_num, int field_num, char* value, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQsocket
int PQsocket(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQstatus
ConnStatusType PQstatus(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQtrace
void PQtrace(PGconn* conn, FILE* debug_port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQtransactionStatus
PGTransactionStatusType PQtransactionStatus(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQtty
char* PQtty(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQunescapeBytea
ubyte* PQunescapeBytea(const(ubyte)* strtext, size_t* retbuflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQuntrace
void PQuntrace(PGconn* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQuser
char* PQuser(const(PGconn)* conn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_close
int lo_close(PGconn* conn, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_creat
Oid lo_creat(PGconn* conn, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_create
Oid lo_create(PGconn* conn, Oid lobjId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_export
int lo_export(PGconn* conn, Oid lobjId, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_import
Oid lo_import(PGconn* conn, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_import_with_oid
Oid lo_import_with_oid(PGconn* conn, const(char)* filename, Oid lobjId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_lseek
int lo_lseek(PGconn* conn, int fd, int offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_lseek64
pg_int64 lo_lseek64(PGconn* conn, int fd, pg_int64 offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_open
int lo_open(PGconn* conn, Oid lobjId, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_read
int lo_read(PGconn* conn, int fd, char* buf, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_tell
int lo_tell(PGconn* conn, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_tell64
pg_int64 lo_tell64(PGconn* conn, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_truncate
int lo_truncate(PGconn* conn, int fd, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_truncate64
int lo_truncate64(PGconn* conn, int fd, pg_int64 len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_unlink
int lo_unlink(PGconn* conn, Oid lobjId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lo_write
int lo_write(PGconn* conn, int fd, const(char)* buf, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_char_to_encoding
int pg_char_to_encoding(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_encoding_to_char
const(char)* pg_encoding_to_char(int encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_valid_server_encoding_id
int pg_valid_server_encoding_id(int encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

OID_MAX
enum OID_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_COPYRES_ATTRS
enum PG_COPYRES_ATTRS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_COPYRES_EVENTS
enum PG_COPYRES_EVENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_COPYRES_NOTICEHOOKS
enum PG_COPYRES_NOTICEHOOKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_COPYRES_TUPLES
enum PG_COPYRES_TUPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_COLUMN_NAME
enum PG_DIAG_COLUMN_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_CONSTRAINT_NAME
enum PG_DIAG_CONSTRAINT_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_CONTEXT
enum PG_DIAG_CONTEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_DATATYPE_NAME
enum PG_DIAG_DATATYPE_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_INTERNAL_POSITION
enum PG_DIAG_INTERNAL_POSITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_INTERNAL_QUERY
enum PG_DIAG_INTERNAL_QUERY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_MESSAGE_DETAIL
enum PG_DIAG_MESSAGE_DETAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_MESSAGE_HINT
enum PG_DIAG_MESSAGE_HINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_MESSAGE_PRIMARY
enum PG_DIAG_MESSAGE_PRIMARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_SCHEMA_NAME
enum PG_DIAG_SCHEMA_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_SEVERITY
enum PG_DIAG_SEVERITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_SOURCE_FILE
enum PG_DIAG_SOURCE_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_SOURCE_FUNCTION
enum PG_DIAG_SOURCE_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_SOURCE_LINE
enum PG_DIAG_SOURCE_LINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_SQLSTATE
enum PG_DIAG_SQLSTATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_STATEMENT_POSITION
enum PG_DIAG_STATEMENT_POSITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PG_DIAG_TABLE_NAME
enum PG_DIAG_TABLE_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PQnoPasswordSupplied
enum PQnoPasswordSupplied;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_Anonymous_1
struct _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_2
struct _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_3
struct _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_4
struct _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_5
struct _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_6
struct _Anonymous_6
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PQArgBlock
struct _PQArgBlock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PQconninfoOption
struct _PQconninfoOption
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PQprintOpt
struct _PQprintOpt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgNotify
struct pgNotify
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_cancel
struct pg_cancel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_conn
struct pg_conn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pg_result
struct pg_result
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgresAttDesc
struct pgresAttDesc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta