- 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.