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.Tables |
Enumerations | |
enum | Deveel.Data.Sql.Tables.ConstraintType { Deveel.Data.Sql.Tables.ConstraintType.PrimaryKey = 1, Deveel.Data.Sql.Tables.ConstraintType.Unique = 2, Deveel.Data.Sql.Tables.ConstraintType.ForeignKey = 3, Deveel.Data.Sql.Tables.ConstraintType.Check = 4 } |
An enumeration of all the supported kinds of constraints within a table or a schema. More... | |