- PQbackendPIDint 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. 
- PQbinaryTuplesint 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. 
- PQcancelint 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. 
- PQclearvoid 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. 
- PQclientEncodingint 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. 
- PQcmdStatuschar* 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. 
- PQcmdTupleschar* 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. 
- PQconndefaultsPQconninfoOption* PQconndefaults() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- PQconnectPollPostgresPollingStatusType 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. 
- PQconnectStartPGconn* 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. 
- PQconnectStartParamsPGconn* 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. 
- PQconnectdbPGconn* 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. 
- PQconnectdbParamsPGconn* 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. 
- PQconnectionNeedsPasswordint 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. 
- PQconnectionUsedPasswordint 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. 
- PQconninfoPQconninfoOption* 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. 
- PQconninfoFreevoid 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. 
- PQconninfoParsePQconninfoOption* 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. 
- PQconsumeInputint 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. 
- PQcopyResultPGresult* 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. 
- PQdbchar* 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. 
- PQdescribePortalPGresult* 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. 
- PQdescribePreparedPGresult* 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. 
- PQdisplayTuplesvoid 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. 
- PQdsplenint 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. 
- PQencryptPasswordchar* 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. 
- PQendcopyint 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. 
- PQenv2encodingint PQenv2encoding() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- PQerrorMessagechar* 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. 
- PQescapeByteaubyte* 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. 
- PQescapeByteaConnubyte* 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. 
- PQescapeIdentifierchar* 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. 
- PQescapeLiteralchar* 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. 
- PQescapeStringsize_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. 
- PQescapeStringConnsize_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. 
- PQexecPGresult* 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. 
- PQexecParamsPGresult* 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. 
- PQexecPreparedPGresult* 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. 
- PQfformatint 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. 
- PQfinishvoid 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. 
- PQfireResultCreateEventsint 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. 
- PQflushint 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. 
- PQfmodint 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. 
- PQfnPGresult* 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. 
- PQfnamechar* 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. 
- PQfnumberint 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. 
- PQfreeCancelvoid 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. 
- PQfreememvoid 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. 
- PQfsizeint 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. 
- PQftableOid 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. 
- PQftablecolint 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. 
- PQftypeOid 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. 
- PQgetCancelPGcancel* 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. 
- PQgetCopyDataint 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. 
- PQgetResultPGresult* 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. 
- PQgetisnullint 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. 
- PQgetlengthint 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. 
- PQgetlineint 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. 
- PQgetlineAsyncint 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. 
- PQgetsslvoid* 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. 
- PQgetvaluechar* 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. 
- PQhostchar* 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. 
- PQinitOpenSSLvoid 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. 
- PQinitSSLvoid 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. 
- PQinstanceDatavoid* 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. 
- PQisBusyint 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. 
- PQisnonblockingint 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. 
- PQisthreadsafeint PQisthreadsafe() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- PQlibVersionint PQlibVersion() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- PQmakeEmptyPGresultPGresult* 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. 
- PQmblenint 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. 
- PQnfieldsint 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. 
- PQnotifiesPGnotify* 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. 
- PQnparamsint 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. 
- PQntuplesint 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. 
- PQoidStatuschar* 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. 
- PQoidValueOid 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. 
- PQoptionschar* 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. 
- PQparameterStatusconst(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. 
- PQparamtypeOid 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. 
- PQpasschar* 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. 
- PQpingPGPing 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. 
- PQpingParamsPGPing 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. 
- PQportchar* 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. 
- PQpreparePGresult* 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. 
- PQprintvoid 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. 
- PQprintTuplesvoid 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. 
- PQprotocolVersionint 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. 
- PQputCopyDataint 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. 
- PQputCopyEndint 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. 
- PQputlineint 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. 
- PQputnbytesint 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. 
- PQregisterEventProcint 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. 
- PQregisterThreadLockpgthreadlock_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. 
- PQrequestCancelint 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. 
- PQresStatuschar* 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. 
- PQresetvoid 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. 
- PQresetPollPostgresPollingStatusType 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. 
- PQresetStartint 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. 
- PQresultAllocvoid* 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. 
- PQresultErrorFieldchar* 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. 
- PQresultErrorMessagechar* 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. 
- PQresultInstanceDatavoid* 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. 
- PQresultSetInstanceDataint 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. 
- PQresultStatusExecStatusType 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. 
- PQsendDescribePortalint 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. 
- PQsendDescribePreparedint 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. 
- PQsendPrepareint 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. 
- PQsendQueryint 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. 
- PQsendQueryParamsint 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. 
- PQsendQueryPreparedint 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. 
- PQserverVersionint 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. 
- PQsetClientEncodingint 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. 
- PQsetErrorVerbosityPGVerbosity 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. 
- PQsetInstanceDataint 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. 
- PQsetNoticeProcessorPQnoticeProcessor 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. 
- PQsetNoticeReceiverPQnoticeReceiver 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. 
- PQsetResultAttrsint 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. 
- PQsetSingleRowModeint 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. 
- PQsetdbPGconn* 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. 
- PQsetdbLoginPGconn* 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. 
- PQsetnonblockingint 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. 
- PQsetvalueint 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. 
- PQsocketint 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. 
- PQstatusConnStatusType 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. 
- PQtracevoid 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. 
- PQtransactionStatusPGTransactionStatusType 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. 
- PQttychar* 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. 
- PQunescapeByteaubyte* 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. 
- PQuntracevoid 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. 
- PQuserchar* 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_closeint 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_creatOid 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_createOid 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_exportint 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_importOid 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_oidOid 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_lseekint 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_lseek64pg_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_openint 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_readint 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_tellint 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_tell64pg_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_truncateint 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_truncate64int 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_unlinkint 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_writeint 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_encodingint 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_charconst(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_idint 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.