PgSQLRow.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(const ref PgSQLValue value) del)
  2. int opApply(int delegate(ref size_t, const ref PgSQLValue) del)
    struct PgSQLRow
    const
    int
    opApply
    (
    int delegate
    (
    ref size_t
    ,
    const ref PgSQLValue
    )
    del
    )
  3. int opApply(int delegate(const ref const(char)[], const ref PgSQLValue) del)

Meta