Definition at line 4 of file DatabaseExtensions.cs.
static void Deveel.Data.Diagnostics.DatabaseExtensions.OnSessionBegin |
( |
this IDatabase |
database, |
|
|
string |
userName, |
|
|
int |
commitId |
|
) |
| |
|
inlinestatic |
static void Deveel.Data.Diagnostics.DatabaseExtensions.OnSessionCommit |
( |
this IDatabase |
database, |
|
|
string |
userName, |
|
|
int |
commitId |
|
) |
| |
|
inlinestatic |
static void Deveel.Data.Diagnostics.DatabaseExtensions.OnSessionEvent |
( |
this IDatabase |
database, |
|
|
string |
userName, |
|
|
int |
commitId, |
|
|
SessionEventType |
eventType |
|
) |
| |
|
inlinestatic |
Definition at line 5 of file DatabaseExtensions.cs.
6 database.OnEvent(
new SessionEvent(userName, commitId, eventType));
static void Deveel.Data.Diagnostics.DatabaseExtensions.OnSessionRollback |
( |
this IDatabase |
database, |
|
|
string |
userName, |
|
|
int |
commitId |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Diagnostics/DatabaseExtensions.cs