DBStreamGetRowCallback

Fetches the next row from the stream. Must not be called in parallel on the same stream. Returns Error.NoRowsLeftInStream when the stream is finished.

extern (C)
alias DBStreamGetRowCallback = void function nothrow

Meta