DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Go to the source code of this file.
Namespaces | |
namespace | Deveel.Data.Sql |
Enumerations | |
enum | Deveel.Data.Sql.CompositeFunction { Deveel.Data.Sql.CompositeFunction.Union = 1, Deveel.Data.Sql.CompositeFunction.Intersect = 2, Deveel.Data.Sql.CompositeFunction.Except = 3, Deveel.Data.Sql.CompositeFunction.None = -1 } |
The kind of composite function in a CompositeTable. More... | |