DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Namespaces | Enumerations
LoopControlType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Deveel.Data.Sql.Statements
 

Enumerations

enum  Deveel.Data.Sql.Statements.LoopControlType { Deveel.Data.Sql.Statements.LoopControlType.Break = 1, Deveel.Data.Sql.Statements.LoopControlType.Continue = 2, Deveel.Data.Sql.Statements.LoopControlType.Exit = 3 }