3 namespace Deveel.Data.Diagnostics {
6 database.OnEvent(
new SessionEvent(userName, commitId, eventType));
18 database.OnSessionEvent(userName, commitId,
SessionEventType.EndForRollback);
static void OnSessionCommit(this IDatabase database, string userName, int commitId)
static void OnSessionEvent(this IDatabase database, string userName, int commitId, SessionEventType eventType)
The representation of a single database in the system.
static void OnSessionRollback(this IDatabase database, string userName, int commitId)
static void OnSessionBegin(this IDatabase database, string userName, int commitId)