Dpq2Connection.execStatementRbR

Row-by-row version of execStatement

Delegate called for each received row.

More info: https://www.postgresql.org/docs/current/libpq-single-row-mode.html

  1. void execStatementRbR(string sqlCommand, void delegate(immutable(Row)) answerRowProcessDg, ValueFormat resultFormat)
    class Dpq2Connection
    void
    execStatementRbR
    (
    string sqlCommand
    ,
    void delegate
    (
    immutable(Row)
    )
    answerRowProcessDg
    ,
    ValueFormat resultFormat = ValueFormat.BINARY
    )
  2. void execStatementRbR(QueryParams params, void delegate(immutable(Row)) answerRowProcessDg)

Meta