getQueryResults

Generic result materializer, suitable for both simple and prepared queries. Polls messages from the connection and builds QueryResult structure from them. Throws if something goes wrong. Polling stops when ReadyForQuery message is received.

@safe
getQueryResults
(
ConnT
)
(
ConnT conn
)

Meta