#include <SQLSelect.hh>
Inherited by fatalmind::mysql::SQLSelect, and fatalmind::oracle::SQLSelectRow< TM, SLMDC >.
You must supply a SQLFetcher object (by reference) which will be called for each record.
The reference to the supplied SQLFetcher object must remain valid though the complete lifetime of the SQLSelect object.
Public Member Functions | |
SQLSelect (SQL::SQLFetcher &a_fetcher) | |
Protected Attributes | |
SQL::SQLFetcher & | fetcher |