DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
SessionEventType.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Deveel.Data.Diagnostics {
4  public enum SessionEventType {
5  Begin = 1,
6  EndForCommit = 2,
8  //TODO: Abandoned?
9  }
10 }