- cancel
void cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
- consumeInput
void consumeInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- createResultContainer
immutable(ResultContainer) createResultContainer(PGresult* r)
Get result from PQexec* functions or throw error if pull is empty
- errorMessage
string errorMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeIdentifier
string escapeIdentifier(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapeLiteral
string escapeLiteral(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
bool flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- getResult
immutable(Result) getResult()
Get for the next result from a sendQuery. Can return null.
- host
string host()
Undocumented in source. Be warned that the author may not have intended to support it.
- isBusy
bool isBusy()
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterStatus
string parameterStatus(string paramName)
Undocumented in source. Be warned that the author may not have intended to support it.
- poll
PostgresPollingStatusType poll()
Undocumented in source. Be warned that the author may not have intended to support it.
- posixSocket
int posixSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
- resetPoll
PostgresPollingStatusType resetPoll()
Undocumented in source. Be warned that the author may not have intended to support it.
- resetStart
void resetStart()
Undocumented in source. Be warned that the author may not have intended to support it.
- setClientEncoding
void setClientEncoding(string encoding)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNoticeProcessor
PQnoticeProcessor setNoticeProcessor(PQnoticeProcessor proc, void* arg)
returns the previous notice receiver or processor function pointer, and sets the new value.
If you supply a null function pointer, no action is taken, but the current pointer is returned.
- setSingleRowMode
bool setSingleRowMode()
Undocumented in source. Be warned that the author may not have intended to support it.
- socket
Socket socket()
Undocumented in source. Be warned that the author may not have intended to support it.
- status
ConnStatusType status()
Undocumented in source. Be warned that the author may not have intended to support it.
- trace
void trace(File stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- untrace
void untrace()
Undocumented in source. Be warned that the author may not have intended to support it.
Connection