derelict.pq.dynload

Undocumented in source.

Public Imports

derelict.pq.types
public import derelict.pq.types;

Members

Aliases

da_PQbackendPID
alias da_PQbackendPID = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQbinaryTuples
alias da_PQbinaryTuples = int function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQcancel
alias da_PQcancel = int function(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.
da_PQclear
alias da_PQclear = void function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQclientEncoding
alias da_PQclientEncoding = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQcmdStatus
alias da_PQcmdStatus = char* function(PGresult*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQcmdTuples
alias da_PQcmdTuples = char* function(PGresult*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconndefaults
alias da_PQconndefaults = PQconninfoOption* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconnectPoll
alias da_PQconnectPoll = PostgresPollingStatusType function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconnectStart
alias da_PQconnectStart = PGconn* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconnectStartParams
alias da_PQconnectStartParams = PGconn* function(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.
da_PQconnectdb
alias da_PQconnectdb = PGconn* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconnectdbParams
alias da_PQconnectdbParams = PGconn* function(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.
da_PQconnectionNeedsPassword
alias da_PQconnectionNeedsPassword = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconnectionUsedPassword
alias da_PQconnectionUsedPassword = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconninfo
alias da_PQconninfo = PQconninfoOption* function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconninfoFree
alias da_PQconninfoFree = void function(PQconninfoOption*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQconninfoParse
alias da_PQconninfoParse = PQconninfoOption* function(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.
da_PQconsumeInput
alias da_PQconsumeInput = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQcopyResult
alias da_PQcopyResult = PGresult* function(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.
da_PQdb
alias da_PQdb = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQdescribePortal
alias da_PQdescribePortal = PGresult* function(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.
da_PQdescribePrepared
alias da_PQdescribePrepared = PGresult* function(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.
da_PQdisplayTuples
alias da_PQdisplayTuples = void function(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.
da_PQdsplen
alias da_PQdsplen = int function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQencryptPassword
alias da_PQencryptPassword = char* function(char*, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQendcopy
alias da_PQendcopy = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQenv2encoding
alias da_PQenv2encoding = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQerrorMessage
alias da_PQerrorMessage = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQescapeBytea
alias da_PQescapeBytea = ubyte* function(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.
da_PQescapeByteaConn
alias da_PQescapeByteaConn = ubyte* function(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.
da_PQescapeIdentifier
alias da_PQescapeIdentifier = char* function(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.
da_PQescapeLiteral
alias da_PQescapeLiteral = char* function(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.
da_PQescapeString
alias da_PQescapeString = size_t function(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.
da_PQescapeStringConn
alias da_PQescapeStringConn = size_t function(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.
da_PQexec
alias da_PQexec = PGresult* function(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.
da_PQexecParams
alias da_PQexecParams = PGresult* function(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.
da_PQexecPrepared
alias da_PQexecPrepared = PGresult* function(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.
da_PQfformat
alias da_PQfformat = int function(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.
da_PQfinish
alias da_PQfinish = void function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQflush
alias da_PQflush = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQfmod
alias da_PQfmod = int function(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.
da_PQfn
alias da_PQfn = PGresult* function(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.
da_PQfname
alias da_PQfname = char* function(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.
da_PQfnumber
alias da_PQfnumber = int function(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.
da_PQfreeCancel
alias da_PQfreeCancel = void function(PGcancel*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQfreemem
alias da_PQfreemem = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQfsize
alias da_PQfsize = int function(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.
da_PQftable
alias da_PQftable = Oid function(PGresult*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQftablecol
alias da_PQftablecol = int function(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.
da_PQftype
alias da_PQftype = Oid function(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.
da_PQgetCancel
alias da_PQgetCancel = PGcancel* function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQgetCopyData
alias da_PQgetCopyData = int function(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.
da_PQgetResult
alias da_PQgetResult = PGresult* function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQgetisnull
alias da_PQgetisnull = int function(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.
da_PQgetlength
alias da_PQgetlength = int function(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.
da_PQgetline
alias da_PQgetline = int function(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.
da_PQgetlineAsync
alias da_PQgetlineAsync = int function(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.
da_PQgetssl
alias da_PQgetssl = void* function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQgetvalue
alias da_PQgetvalue = const(ubyte)* function(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.
da_PQhost
alias da_PQhost = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQinitOpenSSL
alias da_PQinitOpenSSL = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQinitSSL
alias da_PQinitSSL = 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.
da_PQisBusy
alias da_PQisBusy = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQisnonblocking
alias da_PQisnonblocking = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQisthreadsafe
alias da_PQisthreadsafe = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQlibVersion
alias da_PQlibVersion = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQmakeEmptyPGresult
alias da_PQmakeEmptyPGresult = PGresult* function(PGconn*, ExecStatusType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQmblen
alias da_PQmblen = int function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQnfields
alias da_PQnfields = int function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQnotifies
alias da_PQnotifies = immutable(PGnotify)* function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQnparams
alias da_PQnparams = int function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQntuples
alias da_PQntuples = int function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQoidStatus
alias da_PQoidStatus = char* function(PGresult*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQoidValue
alias da_PQoidValue = Oid function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQoptions
alias da_PQoptions = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQparameterStatus
alias da_PQparameterStatus = char* function(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.
da_PQparamtype
alias da_PQparamtype = Oid function(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.
da_PQpass
alias da_PQpass = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQping
alias da_PQping = PGPing function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQpingParams
alias da_PQpingParams = PGPing function(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.
da_PQport
alias da_PQport = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQprepare
alias da_PQprepare = PGresult* function(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.
da_PQprint
alias da_PQprint = void function(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.
da_PQprintTuples
alias da_PQprintTuples = void function(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.
da_PQprotocolVersion
alias da_PQprotocolVersion = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQputCopyData
alias da_PQputCopyData = int function(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.
da_PQputCopyEnd
alias da_PQputCopyEnd = int function(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.
da_PQputline
alias da_PQputline = int function(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.
da_PQputnbytes
alias da_PQputnbytes = int function(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.
da_PQregisterEventProc
alias da_PQregisterEventProc = int function(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.
da_PQregisterThreadLock
alias da_PQregisterThreadLock = pgthreadlock_t function(pgthreadlock_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQrequestCancel
alias da_PQrequestCancel = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQresStatus
alias da_PQresStatus = char* function(ExecStatusType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQreset
alias da_PQreset = void function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQresetPoll
alias da_PQresetPoll = PostgresPollingStatusType function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQresetStart
alias da_PQresetStart = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQresultAlloc
alias da_PQresultAlloc = void* function(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.
da_PQresultErrorField
alias da_PQresultErrorField = char* function(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.
da_PQresultErrorMessage
alias da_PQresultErrorMessage = char* function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQresultStatus
alias da_PQresultStatus = ExecStatusType function(const(PGresult)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQresultVerboseErrorMessage
alias da_PQresultVerboseErrorMessage = char* function(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.
da_PQsendDescribePortal
alias da_PQsendDescribePortal = int function(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.
da_PQsendDescribePrepared
alias da_PQsendDescribePrepared = int function(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.
da_PQsendPrepare
alias da_PQsendPrepare = int function(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.
da_PQsendQuery
alias da_PQsendQuery = int function(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.
da_PQsendQueryParams
alias da_PQsendQueryParams = int function(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.
da_PQsendQueryPrepared
alias da_PQsendQueryPrepared = int function(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.
da_PQserverVersion
alias da_PQserverVersion = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsetClientEncoding
alias da_PQsetClientEncoding = int function(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.
da_PQsetErrorContextVisibility
alias da_PQsetErrorContextVisibility = PGContextVisibility function(PGconn*, PGContextVisibility)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsetErrorVerbosity
alias da_PQsetErrorVerbosity = PGVerbosity function(PGconn*, PGVerbosity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsetInstanceData
alias da_PQsetInstanceData = int function(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.
da_PQsetNoticeProcessor
alias da_PQsetNoticeProcessor = PQnoticeProcessor function(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.
da_PQsetNoticeReceiver
alias da_PQsetNoticeReceiver = PQnoticeReceiver function(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.
da_PQsetResultAttrs
alias da_PQsetResultAttrs = int function(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.
da_PQsetSingleRowMode
alias da_PQsetSingleRowMode = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsetdbLogin
alias da_PQsetdbLogin = PGconn* function(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.
da_PQsetnonblocking
alias da_PQsetnonblocking = int function(PGconn*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsetvalue
alias da_PQsetvalue = int function(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.
da_PQsocket
alias da_PQsocket = int function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsslAttribute
alias da_PQsslAttribute = const(char)* function(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.
da_PQsslAttributeNames
alias da_PQsslAttributeNames = const(char*)* function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsslInUse
alias da_PQsslInUse = int function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQsslStruct
alias da_PQsslStruct = void* function(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.
da_PQstatus
alias da_PQstatus = ConnStatusType function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQtrace
alias da_PQtrace = void function(PGconn*, FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQtransactionStatus
alias da_PQtransactionStatus = PGTransactionStatusType function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQtty
alias da_PQtty = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQunescapeBytea
alias da_PQunescapeBytea = ubyte* function(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.
da_PQuntrace
alias da_PQuntrace = void function(PGconn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_PQuser
alias da_PQuser = char* function(const(PGconn)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_close
alias da_lo_close = int function(PGconn*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_creat
alias da_lo_creat = Oid function(PGconn*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_create
alias da_lo_create = Oid function(PGconn*, Oid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_export
alias da_lo_export = int function(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.
da_lo_import
alias da_lo_import = Oid function(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.
da_lo_import_with_oid
alias da_lo_import_with_oid = Oid function(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.
da_lo_lseek
alias da_lo_lseek = int function(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.
da_lo_lseek64
alias da_lo_lseek64 = pg_int64 function(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.
da_lo_open
alias da_lo_open = int function(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.
da_lo_read
alias da_lo_read = int function(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.
da_lo_tell
alias da_lo_tell = int function(PGconn*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_tell64
alias da_lo_tell64 = pg_int64 function(PGconn*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_truncate
alias da_lo_truncate = int function(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.
da_lo_truncate64
alias da_lo_truncate64 = int function(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.
da_lo_unlink
alias da_lo_unlink = int function(PGconn*, Oid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_lo_write
alias da_lo_write = int function(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.
da_pg_char_to_encoding
alias da_pg_char_to_encoding = int function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_pg_encoding_to_char
alias da_pg_encoding_to_char = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_pg_valid_server_encoding_id
alias da_pg_valid_server_encoding_id = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictPQLoader
class DerelictPQLoader
Undocumented in source.

Static variables

DerelictPQ
DerelictPQLoader DerelictPQ;
Undocumented in source.
PQbackendPID
da_PQbackendPID PQbackendPID;
Undocumented in source.
PQbinaryTuples
da_PQbinaryTuples PQbinaryTuples;
Undocumented in source.
PQcancel
da_PQcancel PQcancel;
Undocumented in source.
PQclear
da_PQclear PQclear;
Undocumented in source.
PQclientEncoding
da_PQclientEncoding PQclientEncoding;
Undocumented in source.
PQcmdStatus
da_PQcmdStatus PQcmdStatus;
Undocumented in source.
PQcmdTuples
da_PQcmdTuples PQcmdTuples;
Undocumented in source.
PQconndefaults
da_PQconndefaults PQconndefaults;
Undocumented in source.
PQconnectPoll
da_PQconnectPoll PQconnectPoll;
Undocumented in source.
PQconnectStart
da_PQconnectStart PQconnectStart;
Undocumented in source.
PQconnectStartParams
da_PQconnectStartParams PQconnectStartParams;
Undocumented in source.
PQconnectdb
da_PQconnectdb PQconnectdb;
Undocumented in source.
PQconnectdbParams
da_PQconnectdbParams PQconnectdbParams;
Undocumented in source.
PQconnectionNeedsPassword
da_PQconnectionNeedsPassword PQconnectionNeedsPassword;
Undocumented in source.
PQconnectionUsedPassword
da_PQconnectionUsedPassword PQconnectionUsedPassword;
Undocumented in source.
PQconninfo
da_PQconninfo PQconninfo;
Undocumented in source.
PQconninfoFree
da_PQconninfoFree PQconninfoFree;
Undocumented in source.
PQconninfoParse
da_PQconninfoParse PQconninfoParse;
Undocumented in source.
PQconsumeInput
da_PQconsumeInput PQconsumeInput;
Undocumented in source.
PQcopyResult
da_PQcopyResult PQcopyResult;
Undocumented in source.
PQdb
da_PQdb PQdb;
Undocumented in source.
PQdescribePortal
da_PQdescribePortal PQdescribePortal;
Undocumented in source.
PQdescribePrepared
da_PQdescribePrepared PQdescribePrepared;
Undocumented in source.
PQdisplayTuples
da_PQdisplayTuples PQdisplayTuples;
Undocumented in source.
PQdsplen
da_PQdsplen PQdsplen;
Undocumented in source.
PQencryptPassword
da_PQencryptPassword PQencryptPassword;
Undocumented in source.
PQendcopy
da_PQendcopy PQendcopy;
Undocumented in source.
PQenv2encoding
da_PQenv2encoding PQenv2encoding;
Undocumented in source.
PQerrorMessage
da_PQerrorMessage PQerrorMessage;
Undocumented in source.
PQescapeBytea
da_PQescapeBytea PQescapeBytea;
Undocumented in source.
PQescapeByteaConn
da_PQescapeByteaConn PQescapeByteaConn;
Undocumented in source.
PQescapeIdentifier
da_PQescapeIdentifier PQescapeIdentifier;
Undocumented in source.
PQescapeLiteral
da_PQescapeLiteral PQescapeLiteral;
Undocumented in source.
PQescapeString
da_PQescapeString PQescapeString;
Undocumented in source.
PQescapeStringConn
da_PQescapeStringConn PQescapeStringConn;
Undocumented in source.
PQexec
da_PQexec PQexec;
Undocumented in source.
PQexecParams
da_PQexecParams PQexecParams;
Undocumented in source.
PQexecPrepared
da_PQexecPrepared PQexecPrepared;
Undocumented in source.
PQfformat
da_PQfformat PQfformat;
Undocumented in source.
PQfinish
da_PQfinish PQfinish;
Undocumented in source.
PQflush
da_PQflush PQflush;
Undocumented in source.
PQfmod
da_PQfmod PQfmod;
Undocumented in source.
PQfn
da_PQfn PQfn;
Undocumented in source.
PQfname
da_PQfname PQfname;
Undocumented in source.
PQfnumber
da_PQfnumber PQfnumber;
Undocumented in source.
PQfreeCancel
da_PQfreeCancel PQfreeCancel;
Undocumented in source.
PQfreemem
da_PQfreemem PQfreemem;
Undocumented in source.
PQfsize
da_PQfsize PQfsize;
Undocumented in source.
PQftable
da_PQftable PQftable;
Undocumented in source.
PQftablecol
da_PQftablecol PQftablecol;
Undocumented in source.
PQftype
da_PQftype PQftype;
Undocumented in source.
PQgetCancel
da_PQgetCancel PQgetCancel;
Undocumented in source.
PQgetCopyData
da_PQgetCopyData PQgetCopyData;
Undocumented in source.
PQgetResult
da_PQgetResult PQgetResult;
Undocumented in source.
PQgetisnull
da_PQgetisnull PQgetisnull;
Undocumented in source.
PQgetlength
da_PQgetlength PQgetlength;
Undocumented in source.
PQgetline
da_PQgetline PQgetline;
Undocumented in source.
PQgetlineAsync
da_PQgetlineAsync PQgetlineAsync;
Undocumented in source.
PQgetssl
da_PQgetssl PQgetssl;
Undocumented in source.
PQgetvalue
da_PQgetvalue PQgetvalue;
Undocumented in source.
PQhost
da_PQhost PQhost;
Undocumented in source.
PQinitOpenSSL
da_PQinitOpenSSL PQinitOpenSSL;
Undocumented in source.
PQinitSSL
da_PQinitSSL PQinitSSL;
Undocumented in source.
PQisBusy
da_PQisBusy PQisBusy;
Undocumented in source.
PQisnonblocking
da_PQisnonblocking PQisnonblocking;
Undocumented in source.
PQisthreadsafe
da_PQisthreadsafe PQisthreadsafe;
Undocumented in source.
PQlibVersion
da_PQlibVersion PQlibVersion;
Undocumented in source.
PQmakeEmptyPGresult
da_PQmakeEmptyPGresult PQmakeEmptyPGresult;
Undocumented in source.
PQmblen
da_PQmblen PQmblen;
Undocumented in source.
PQnfields
da_PQnfields PQnfields;
Undocumented in source.
PQnotifies
da_PQnotifies PQnotifies;
Undocumented in source.
PQnparams
da_PQnparams PQnparams;
Undocumented in source.
PQntuples
da_PQntuples PQntuples;
Undocumented in source.
PQoidStatus
da_PQoidStatus PQoidStatus;
Undocumented in source.
PQoidValue
da_PQoidValue PQoidValue;
Undocumented in source.
PQoptions
da_PQoptions PQoptions;
Undocumented in source.
PQparameterStatus
da_PQparameterStatus PQparameterStatus;
Undocumented in source.
PQparamtype
da_PQparamtype PQparamtype;
Undocumented in source.
PQpass
da_PQpass PQpass;
Undocumented in source.
PQping
da_PQping PQping;
Undocumented in source.
PQpingParams
da_PQpingParams PQpingParams;
Undocumented in source.
PQport
da_PQport PQport;
Undocumented in source.
PQprepare
da_PQprepare PQprepare;
Undocumented in source.
PQprint
da_PQprint PQprint;
Undocumented in source.
PQprintTuples
da_PQprintTuples PQprintTuples;
Undocumented in source.
PQprotocolVersion
da_PQprotocolVersion PQprotocolVersion;
Undocumented in source.
PQputCopyData
da_PQputCopyData PQputCopyData;
Undocumented in source.
PQputCopyEnd
da_PQputCopyEnd PQputCopyEnd;
Undocumented in source.
PQputline
da_PQputline PQputline;
Undocumented in source.
PQputnbytes
da_PQputnbytes PQputnbytes;
Undocumented in source.
PQregisterEventProc
da_PQregisterEventProc PQregisterEventProc;
Undocumented in source.
PQregisterThreadLock
da_PQregisterThreadLock PQregisterThreadLock;
Undocumented in source.
PQrequestCancel
da_PQrequestCancel PQrequestCancel;
Undocumented in source.
PQresStatus
da_PQresStatus PQresStatus;
Undocumented in source.
PQreset
da_PQreset PQreset;
Undocumented in source.
PQresetPoll
da_PQresetPoll PQresetPoll;
Undocumented in source.
PQresetStart
da_PQresetStart PQresetStart;
Undocumented in source.
PQresultAlloc
da_PQresultAlloc PQresultAlloc;
Undocumented in source.
PQresultErrorField
da_PQresultErrorField PQresultErrorField;
Undocumented in source.
PQresultErrorMessage
da_PQresultErrorMessage PQresultErrorMessage;
Undocumented in source.
PQresultStatus
da_PQresultStatus PQresultStatus;
Undocumented in source.
PQresultVerboseErrorMessage
da_PQresultVerboseErrorMessage PQresultVerboseErrorMessage;
Undocumented in source.
PQsendDescribePortal
da_PQsendDescribePortal PQsendDescribePortal;
Undocumented in source.
PQsendDescribePrepared
da_PQsendDescribePrepared PQsendDescribePrepared;
Undocumented in source.
PQsendPrepare
da_PQsendPrepare PQsendPrepare;
Undocumented in source.
PQsendQuery
da_PQsendQuery PQsendQuery;
Undocumented in source.
PQsendQueryParams
da_PQsendQueryParams PQsendQueryParams;
Undocumented in source.
PQsendQueryPrepared
da_PQsendQueryPrepared PQsendQueryPrepared;
Undocumented in source.
PQserverVersion
da_PQserverVersion PQserverVersion;
Undocumented in source.
PQsetClientEncoding
da_PQsetClientEncoding PQsetClientEncoding;
Undocumented in source.
PQsetErrorContextVisibility
da_PQsetErrorContextVisibility PQsetErrorContextVisibility;
Undocumented in source.
PQsetErrorVerbosity
da_PQsetErrorVerbosity PQsetErrorVerbosity;
Undocumented in source.
PQsetInstanceData
da_PQsetInstanceData PQsetInstanceData;
Undocumented in source.
PQsetNoticeProcessor
da_PQsetNoticeProcessor PQsetNoticeProcessor;
Undocumented in source.
PQsetNoticeReceiver
da_PQsetNoticeReceiver PQsetNoticeReceiver;
Undocumented in source.
PQsetResultAttrs
da_PQsetResultAttrs PQsetResultAttrs;
Undocumented in source.
PQsetSingleRowMode
da_PQsetSingleRowMode PQsetSingleRowMode;
Undocumented in source.
PQsetdbLogin
da_PQsetdbLogin PQsetdbLogin;
Undocumented in source.
PQsetnonblocking
da_PQsetnonblocking PQsetnonblocking;
Undocumented in source.
PQsetvalue
da_PQsetvalue PQsetvalue;
Undocumented in source.
PQsocket
da_PQsocket PQsocket;
Undocumented in source.
PQsslAttribute
da_PQsslAttribute PQsslAttribute;
Undocumented in source.
PQsslAttributeNames
da_PQsslAttributeNames PQsslAttributeNames;
Undocumented in source.
PQsslInUse
da_PQsslInUse PQsslInUse;
Undocumented in source.
PQsslStruct
da_PQsslStruct PQsslStruct;
Undocumented in source.
PQstatus
da_PQstatus PQstatus;
Undocumented in source.
PQtrace
da_PQtrace PQtrace;
Undocumented in source.
PQtransactionStatus
da_PQtransactionStatus PQtransactionStatus;
Undocumented in source.
PQtty
da_PQtty PQtty;
Undocumented in source.
PQunescapeBytea
da_PQunescapeBytea PQunescapeBytea;
Undocumented in source.
PQuntrace
da_PQuntrace PQuntrace;
Undocumented in source.
PQuser
da_PQuser PQuser;
Undocumented in source.
lo_close
da_lo_close lo_close;
Undocumented in source.
lo_creat
da_lo_creat lo_creat;
Undocumented in source.
lo_create
da_lo_create lo_create;
Undocumented in source.
lo_export
da_lo_export lo_export;
Undocumented in source.
lo_import
da_lo_import lo_import;
Undocumented in source.
lo_import_with_oid
da_lo_import_with_oid lo_import_with_oid;
Undocumented in source.
lo_lseek
da_lo_lseek lo_lseek;
Undocumented in source.
lo_lseek64
da_lo_lseek64 lo_lseek64;
Undocumented in source.
lo_open
da_lo_open lo_open;
Undocumented in source.
lo_read
da_lo_read lo_read;
Undocumented in source.
lo_tell
da_lo_tell lo_tell;
Undocumented in source.
lo_tell64
da_lo_tell64 lo_tell64;
Undocumented in source.
lo_truncate
da_lo_truncate lo_truncate;
Undocumented in source.
lo_truncate64
da_lo_truncate64 lo_truncate64;
Undocumented in source.
lo_unlink
da_lo_unlink lo_unlink;
Undocumented in source.
lo_write
da_lo_write lo_write;
Undocumented in source.
pg_char_to_encoding
da_pg_char_to_encoding pg_char_to_encoding;
Undocumented in source.
pg_encoding_to_char
da_pg_encoding_to_char pg_encoding_to_char;
Undocumented in source.
pg_valid_server_encoding_id
da_pg_valid_server_encoding_id pg_valid_server_encoding_id;
Undocumented in source.

Meta