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)
  3. ElemType opIndex(size_t index)
    struct DBRow(Specs...)
    static if(isDynamicArray!T && !isSomeString!T)
    ElemType
    opIndex
    (
    size_t index
    )

Meta