Prototype: PQconsumeInput
Prototype: PQdb
Prototype: PQerrorMessage
Prototype: PQescapeLiteral
Prototype: PQfinish Note: this function should be called even there was an error.
Prototype: PQflush
Prototype: PQgetResult Note: Even when PQresultStatus indicates a fatal error, PQgetResult should be called until it returns a null pointer to allow libpq to process the error information completely. Note: A null pointer is returned when the command is complete and t here will be no more results.
Prototype: PQhost
Prototype: PQisBusy
Prototype: PQparameterStatus
Prototype: PQconnectPoll
Prototype: PQport
Prototype: PQresetPoll
Prototype: PQresetStart
Prototype: PQsendQuery
Prototype: PQsendQueryParams Note: This is simplified version of the command that handles only string params.
Like sendQueryParams but uses libpq escaping functions and sendQuery.
Prototype: PQsetNoticeProcessor
Prototype: PQsetNoticeReceiver
Prototype: PQstatus
Prototype: PQuser
Prototype: PQconnectPoll
Prototype: PQstatus
Prototype: PQfinish Note: this function should be called even there was an error.
Prototype: PQflush
Prototype: PQresetStart
Prototype: PQresetPoll
Prototype: PQhost
Prototype: PQdb
Prototype: PQuser
Prototype: PQport
Prototype: PQerrorMessage
Prototype: PQsendQueryParams Note: This is simplified version of the command that handles only string params. Warning: libpq doesn't support multiple SQL commands in the function. See the sendQueryParamsExt as an extended version of the function.
Prototype: PQsendQuery
Like sendQueryParams but uses libpq escaping functions and sendQuery.
Prototype: PQgetResult Note: Even when PQresultStatus indicates a fatal error, PQgetResult should be called until it returns a null pointer to allow libpq to process the error information completely. Note: A null pointer is returned when the command is complete and t here will be no more results.
Prototype: PQconsumeInput
Prototype: PQisBusy
Prototype: PQescapeLiteral
Prototype: PQparameterStatus
Prototype: PQsetNoticeReceiver
Prototype: PQsetNoticeProcessor
Getting local logger