|
fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
|
Represents the number of occurrences for a registered event delivered by Firebird. More...
#include <EventListener.h>

Public Attributes | |
| std::string | name |
| Name of the event reported by the database. | |
| unsigned | count |
| Number of times the event fired since the last notification. | |
Represents the number of occurrences for a registered event delivered by Firebird.
Definition at line 50 of file EventListener.h.
| unsigned fbcpp::EventCount::count |
Number of times the event fired since the last notification.
Definition at line 60 of file EventListener.h.
| std::string fbcpp::EventCount::name |
Name of the event reported by the database.
Definition at line 55 of file EventListener.h.