Connection.nextResult

Blocks until a result is read, then returns it

If no more results remain, a null result will be returned

Make sure to call this until a null is returned or just use allResults.

struct Connection
nextResult
(
)

Meta