#include <Models.h>
|
| virtual BOOL | GetPage (const PagerRequest &request, const vector< wstring > &columnNames, vector< vector< wstring > > &rows, __int64 &totalRowCount)=0 |
| virtual | ~Pager () |
◆ ~Pager()
| virtual Pager::~Pager |
( |
| ) |
|
|
inlinevirtual |
◆ GetPage()
| virtual BOOL Pager::GetPage |
( |
const PagerRequest & | request, |
|
|
const vector< wstring > & | columnNames, |
|
|
vector< vector< wstring > > & | rows, |
|
|
__int64 & | totalRowCount ) |
|
pure virtual |
Fetches a page of data.
- Parameters
-
| request | The pager object containing the paging info. |
| columnNames | List of column names to fetch. |
| rows | Output parameter to receive the fetched rows; each row is a vector of strings. |
| totalRowCount | Output parameter to receive the total number of rows available. |
- Returns
- TRUE if page fetch was successful, FALSE otherwise.
The documentation for this class was generated from the following file: