Store row information queried from database. More...
#include <DataRow.h>

Public Member Functions | |
| DataRow () | |
| Default constructor. More... | |
| DataRow (const DataRow &source) | |
| Copy constructor. More... | |
| ~DataRow () | |
| Destructor. More... | |
| void | Clear () |
| Empty every column. More... | |
| void | DumpHeader () const |
| Dumps columns informations to log file. More... | |
| void | Sync () |
| Synchronises columns in this object. More... | |
Private Member Functions | |
| DataRow & | operator= (const DataRow &source) |
| Assignment operator. More... | |
Store row information queried from database.
Represents a collection of DataColumnBase
| DataRow::DataRow | ( | ) |
Default constructor.
| DataRow::DataRow | ( | const DataRow & | source | ) |
Copy constructor.
| source. | Source of the new set of column. |
| DataRow::~DataRow | ( | ) |
Destructor.
| void DataRow::Clear | ( | ) |
Empty every column.
| void DataRow::DumpHeader | ( | ) | const |
Dumps columns informations to log file.
Assignment operator.
| source | Source type DataRow . The data row. |
| void DataRow::Sync | ( | ) |
Synchronises columns in this object.