Miniorm.run

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void run(string sql, bool delegate(ResultRange) dg)
    struct Miniorm
    void
    run
    (
    string sql
    ,
    bool delegate
    (
    ResultRange
    )
    dg = null
    )
  2. size_t run(Count!T v)
  3. auto run(Select!T v)
  4. void run(Delete!T v)
  5. void run(Insert!T0 v, T1[] arr)
  6. void run(Insert!T v, R rng)

Meta