- getColumn
Iterator!T getColumn(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRow
Iterator!T getRow(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumn
Column!(T) iterateColumn(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumnDate
Column!(Date) iterateColumnDate(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumnDateTime
Column!(DateTime) iterateColumnDateTime(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumnDouble
Column!(double) iterateColumnDouble(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumnLong
Column!(long) iterateColumnLong(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumnString
Column!(string) iterateColumnString(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateColumnTimeOfDay
Column!(TimeOfDay) iterateColumnTimeOfDay(size_t col, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRow
Row!(T) iterateRow(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRowDate
Row!(Date) iterateRowDate(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRowDateTime
Row!(DateTime) iterateRowDateTime(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRowDouble
Row!(double) iterateRowDouble(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRowLong
Row!(long) iterateRowLong(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRowString
Row!(string) iterateRowString(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterateRowTimeOfDay
Row!(TimeOfDay) iterateRowTimeOfDay(size_t row, size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- printTable
void printTable()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.