- PQbackendPID
int PQbackendPID(const(PGconn)* )
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)* )
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* , char* , int )
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(const(PGresult)* )
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)* )
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* )
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* )
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* )
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)* )
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*)* , const(char*)* , int )
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)* )
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*)* , const(char*)* , int )
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)* )
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)* )
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* )
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* )
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)* , char** )
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* )
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)* , int )
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)* )
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* , const(char)* )
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* , const(char)* )
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(PGresult* , FILE* , int , char* , int , int )
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(char* , int )
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(char* , char* )
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* )
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)* )
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(ubyte* , size_t , size_t* )
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* , ubyte* , size_t , size_t* )
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* , const(char)* , size_t )
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* , const(char)* , size_t )
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* , char* , size_t )
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* , char* , char* , size_t , int* )
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* , const(char)* )
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* , const(char)* , int , const(Oid)* , const(ubyte*)* , const(int)* , int* , int )
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* , const(char)* , int , const(char*)* , const(int)* , const(int)* , int )
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)* , int )
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* )
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* )
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)* , int )
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* , int , int* , int* , int , PQArgBlock* , int )
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)* , int )
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)* , const(char)* )
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* )
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* )
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)* , int )
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(PGresult* , int )
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)* , int )
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)* , int )
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* )
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* , char** , int )
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* )
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)* , int , int )
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)* , int , int )
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* , char* , int )
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* , char* , int )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQgetvalue
const(ubyte)* PQgetvalue(const(PGresult)* , int , int )
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)* )
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 , int )
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 )
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* )
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(PGconn* )
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* , ExecStatusType )
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(char* , int )
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)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQnotifies
immutable(PGnotify)* PQnotifies(PGconn* )
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)* )
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)* )
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(PGresult* )
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)* )
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)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQparameterStatus
char* PQparameterStatus(const(PGconn)* , const(char)* )
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)* , int )
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)* )
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)* )
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*)* , const(char*)* , int )
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)* )
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* , const(char)* , const(char)* , int , const(Oid)* )
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* , PGresult* , PQprintOpt* )
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(PGresult* , FILE* , int , int , int )
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)* )
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* , const(char)* , int )
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* , const(char)* )
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* , const(char)* )
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* , const(char)* , int )
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* , PGEventProc , const(char)* , void* )
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 )
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* )
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 )
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* )
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* )
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* )
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* , size_t )
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)* , int )
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)* )
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)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQresultVerboseErrorMessage
char* PQresultVerboseErrorMessage(const(PGresult)* , PGVerbosity , PGContextVisibility )
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* , const(char)* )
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* , const(char)* )
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* , const(char)* , const(char)* , int , const(Oid)* )
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* , const(char)* )
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* , const(char)* , int , const(Oid)* , const(ubyte*)* , const(int)* , const(int)* , int )
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* , const(char)* , int , const(ubyte*)* , const(int)* , const(int)* , int )
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)* )
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* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQsetErrorContextVisibility
PGContextVisibility PQsetErrorContextVisibility(PGconn* , PGContextVisibility )
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* , PGVerbosity )
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* , PGEventProc , void* )
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* , PQnoticeProcessor , void* )
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* , PQnoticeReceiver , void* )
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* , int , PGresAttDesc* )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQsetdbLogin
PGconn* PQsetdbLogin(const(char)* , const(char)* , const(char)* , const(char)* , const(char)* , const(char)* , const(char)* )
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* , int )
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* , int , int , char* , int )
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)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQsslAttribute
const(char)* PQsslAttribute(PGconn* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQsslAttributeNames
const(char*)* PQsslAttributeNames(PGconn* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQsslInUse
int PQsslInUse(PGconn* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PQsslStruct
void* PQsslStruct(PGconn* , const(char)* )
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)* )
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* , FILE* )
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)* )
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)* )
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(ubyte* , size_t* )
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* )
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)* )
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* , int )
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* , int )
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* , Oid )
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* , Oid , const(char)* )
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* , const(char)* )
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* , const(char)* , Oid )
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* , int , int , int )
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* , int , pg_int64 , int )
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* , Oid , int )
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* , int , char* , size_t )
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* , int )
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* , int )
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* , int , size_t )
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* , int , pg_int64 )
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* , Oid )
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* , int , const(char)* , size_t )
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)* )
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 )
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 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.