|
#include <CDatabaseDriver.h>
Public Member Functions | |
| CCallStatistic () | |
| Default constructor. | |
| CCallStatistic (double duration, unsigned calls, const std::string &sql) | |
| Constructor. | |
| CCallStatistic (const CCallStatistic &cs) | |
| Copy constructor. | |
Public Attributes | |
| double | m_duration |
| Total calls duration, sec. | |
| unsigned | m_calls |
| Total number of calls. | |
| std::string | m_sql |
| The last used query sql. | |
| sptk::CCallStatistic::CCallStatistic | ( | double | duration, | |
| unsigned | calls, | |||
| const std::string & | sql | |||
| ) | [inline] |
Constructor.
| duration | double, Total calls duration, sec | |
| calls | unsigned, Total number of calls | |
| sql | const std::string&, The last used query sql |
References m_calls, m_duration, and m_sql.