19 namespace Deveel.Data.Protocol {
27 public const int Acknowledgement = 5;
32 public const int DatabaseNotFound = 7;
37 public const int UserAuthenticationPassed = 10;
42 public const int UserAuthenticationFailed = 15;
47 public const int Success = 20;
52 public const int Failed = 25;
58 public const int Exception = 30;
66 public const int AuthenticationError = 35;
77 public const int ChangeDatabase = 40;
87 public const int DisposeResult = 55;
92 public const int ResultSection = 60;
97 public const int StreamableObjectSection = 61;
103 public const int DisposeStreamableObject = 62;
108 public const int PushStreamableObjectPart = 63;
114 public const int Ping = 65;
119 public const int Close = 70;
124 public const int DatabaseEvent = 75;
132 public const int ServerRequest = 80;
Constants used in the database communication protocol.