#include <Pt/Db/IResult.h>
Buffered query-result backend.
Public Member Functions | |
| virtual Row | getRow (size_type tup_num) const =0 |
| Returns the row at tup_num. | |
| virtual size_type | size () const =0 |
| Returns the number of rows. | |
| virtual size_type | getFieldCount () const =0 |
| Returns the number of columns. | |