DBRow.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ElemType opIndex(string column, size_t index)
  2. ElemType opIndex(string column)
    struct DBRow(Specs...)
    static if(isDynamicArray!T && !isSomeString!T)
    ElemType
    opIndex
    (
    string column
    )
  3. ElemType opIndex(size_t index)

Meta