DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Attributes | |
const int | Cascade = 0 |
const int | InitiallyDeferred = 5 |
const int | InitiallyImmediate = 6 |
const int | NoAction = 3 |
const int | NotDeferrable = 7 |
const int | Restrict = 1 |
const int | SetDefault = 4 |
const int | SetNull = 2 |
Definition at line 20 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.Cascade = 0 |
Definition at line 21 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.InitiallyDeferred = 5 |
Definition at line 22 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.InitiallyImmediate = 6 |
Definition at line 23 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.NoAction = 3 |
Definition at line 24 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.NotDeferrable = 7 |
Definition at line 25 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.Restrict = 1 |
Definition at line 26 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.SetDefault = 4 |
Definition at line 27 of file ImportedKey.cs.
const int Deveel.Data.Routines.ImportedKey.SetNull = 2 |
Definition at line 28 of file ImportedKey.cs.