[pure virtual, inherited]
Move the cursor to the first row in the table.
The contents of the current row can be accessed using RowAccessor::get_field or operator[]. The current row can be modified by calling Table::edit.
Implemented in db::Query, and db::Table.