DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.Transactions.TransactionErrorCodes Class Reference

Public Attributes

const int TableRemoveClash = 0x0223005
 
const int RowRemoveClash = 0x00981100
 
const int TableDropped = 0x01100200
 
const int DuplicateTable = 0x0300210
 
const int ReadOnly = 0x00255631
 
const int DirtySelect = 0x007811920
 

Detailed Description

Definition at line 20 of file TransactionErrorCodes.cs.

Member Data Documentation

const int Deveel.Data.Transactions.TransactionErrorCodes.DirtySelect = 0x007811920

Definition at line 26 of file TransactionErrorCodes.cs.

const int Deveel.Data.Transactions.TransactionErrorCodes.DuplicateTable = 0x0300210

Definition at line 24 of file TransactionErrorCodes.cs.

const int Deveel.Data.Transactions.TransactionErrorCodes.ReadOnly = 0x00255631

Definition at line 25 of file TransactionErrorCodes.cs.

const int Deveel.Data.Transactions.TransactionErrorCodes.RowRemoveClash = 0x00981100

Definition at line 22 of file TransactionErrorCodes.cs.

const int Deveel.Data.Transactions.TransactionErrorCodes.TableDropped = 0x01100200

Definition at line 23 of file TransactionErrorCodes.cs.

const int Deveel.Data.Transactions.TransactionErrorCodes.TableRemoveClash = 0x0223005

Definition at line 21 of file TransactionErrorCodes.cs.


The documentation for this class was generated from the following file: