Stores parameters used for database calls. More...
#include <DataParameter.h>

Public Member Functions | |
| ParametersVector () | |
| ~ParametersVector () | |
| void | Dump () const |
| Dumps the name, size and value for each parameter to the log file. More... | |
Private Member Functions | |
| ParametersVector (const ParametersVector &source) | |
| ParametersVector & | operator= (const ParametersVector &source) |
Private Attributes | |
| bool | m_Copy |
Stores parameters used for database calls.
| ParametersVector::ParametersVector | ( | ) |
| ParametersVector::~ParametersVector | ( | ) |
|
private |
| void ParametersVector::Dump | ( | ) | const |
Dumps the name, size and value for each parameter to the log file.
|
private |
|
private |