![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Enumerations | |
| enum | AlterTableActionType { AlterTableActionType.AddColumn = 1, AlterTableActionType.DropColumn = 2, AlterTableActionType.AddConstraint = 3, AlterTableActionType.DropConstraint = 4, AlterTableActionType.DropPrimaryKey = 5, AlterTableActionType.SetDefault = 6, AlterTableActionType.DropDefault = 7 } |
| The possible types of actions in a AlterTableAction expression. More... | |
| enum | AlterUserActionType { AlterUserActionType.SetPassword =1, AlterUserActionType.SetAccountStatus = 2, AlterUserActionType.SetGroups = 3 } |
| enum | LoopControlType { LoopControlType.Break = 1, LoopControlType.Continue = 2, LoopControlType.Exit = 3 } |
|
strong |
The possible types of actions in a AlterTableAction expression.
Definition at line 24 of file AlterTableActionType.cs.
|
strong |
| Enumerator | |
|---|---|
| SetPassword | |
| SetAccountStatus | |
| SetGroups | |
Definition at line 20 of file AlterUserActionType.cs.
|
strong |
| Enumerator | |
|---|---|
| Break | |
| Continue | |
| Exit | |
Definition at line 20 of file LoopControlType.cs.
1.8.10