DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Go to the source code of this file.
Namespaces | |
namespace | Deveel.Data.Routines |
Enumerations | |
enum | Deveel.Data.Routines.FunctionType { Deveel.Data.Routines.FunctionType.Static = 1, Deveel.Data.Routines.FunctionType.Aggregate = 2, Deveel.Data.Routines.FunctionType.StateBased = 3, Deveel.Data.Routines.FunctionType.UserDefined = 4, Deveel.Data.Routines.FunctionType.External = 5 } |
The different type of a function. More... | |