fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::EventCount Struct Referencefinal

Represents the number of occurrences for a registered event delivered by Firebird. More...

#include <EventListener.h>

Collaboration diagram for fbcpp::EventCount:

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.
 

Detailed Description

Represents the number of occurrences for a registered event delivered by Firebird.

Definition at line 50 of file EventListener.h.

Member Data Documentation

◆ count

unsigned fbcpp::EventCount::count

Number of times the event fired since the last notification.

Definition at line 60 of file EventListener.h.

◆ name

std::string fbcpp::EventCount::name

Name of the event reported by the database.

Definition at line 55 of file EventListener.h.


The documentation for this struct was generated from the following file: