Row.opIndex

Allows for access by index or column name.

  1. DatabaseDatum opIndex(size_t idx, string file, int line)
  2. DatabaseDatum opIndex(string name, string file, int line)
    struct Row
    opIndex
    (
    string name
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )

Meta