MySQLRow.opApply

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

Meta