summaryrefslogtreecommitdiff
path: root/lib/dbRecordSet.cpp
Commit message (Collapse)AuthorAge
* Make RecordSet foreach readyDan Goodliffe2021-06-17
|
* Add operator* to RecordSet, shorthand for getting scalar from 0,0Dan Goodliffe2021-06-13
|
* Add RecordSet RowViewDan Goodliffe2021-06-06
This represents a view into a recordset by row number and provides easy access to values in a column by index and the ability to create a new object instance by N columns which are passed to the object's constructor.