![]() |
Leosac
0.8.0
Open Source Access Control
|
A Leosac specific base class for tracing database operation. More...
#include <DatabaseTracer.hpp>
Inheritance diagram for Leosac::db::DatabaseTracer:
Collaboration diagram for Leosac::db::DatabaseTracer:Public Member Functions | |
| DatabaseTracer ()=default | |
| virtual size_t | count () const =0 |
| Return the number of statement that have been traced. More... | |
A Leosac specific base class for tracing database operation.
Definition at line 33 of file DatabaseTracer.hpp.
|
default |
|
pure virtual |
Return the number of statement that have been traced.
Implemented in Leosac::db::PGSQLTracer.