IPGconn.getResult

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.

interface IPGconn
synchronized
shared(IPGresult)
getResult
nothrow
(
)

Meta