#include <Database.h>
◆ DatasetLayout()
CDatabase::DatasetLayout::DatasetLayout |
( |
size_t |
totalfields | ) |
|
◆ AdjustRecordNumbers()
void CDatabase::DatasetLayout::AdjustRecordNumbers |
( |
int |
offset | ) |
|
◆ GetFetch()
bool CDatabase::DatasetLayout::GetFetch |
( |
int |
fieldno | ) |
|
◆ GetFields()
const std::string CDatabase::DatasetLayout::GetFields |
( |
| ) |
|
◆ GetOutput()
bool CDatabase::DatasetLayout::GetOutput |
( |
int |
fieldno | ) |
|
◆ GetRecNo()
int CDatabase::DatasetLayout::GetRecNo |
( |
int |
fieldno | ) |
|
◆ HasFilterFields()
bool CDatabase::DatasetLayout::HasFilterFields |
( |
| ) |
|
◆ SetFetch()
void CDatabase::DatasetLayout::SetFetch |
( |
int |
fieldno, |
|
|
bool |
bFetch = true |
|
) |
| |
◆ SetField()
void CDatabase::DatasetLayout::SetField |
( |
int |
fieldNo, |
|
|
const std::string & |
strField, |
|
|
bool |
bOutput = false |
|
) |
| |
The documentation for this class was generated from the following files: