DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.Sql.Parser.ConstraintTypeNames Class Reference

Public Attributes

const string NotNull = "NOT NULL"
 
const string Null = "NULL"
 
const string Check = "CHECK"
 
const string ForeignKey = "FKEY"
 
const string UniqueKey = "UNIQUE"
 
const string PrimaryKey = "PKEY"
 

Detailed Description

Definition at line 20 of file ConstraintTypeNames.cs.

Member Data Documentation

const string Deveel.Data.Sql.Parser.ConstraintTypeNames.Check = "CHECK"

Definition at line 23 of file ConstraintTypeNames.cs.

const string Deveel.Data.Sql.Parser.ConstraintTypeNames.ForeignKey = "FKEY"

Definition at line 24 of file ConstraintTypeNames.cs.

const string Deveel.Data.Sql.Parser.ConstraintTypeNames.NotNull = "NOT NULL"

Definition at line 21 of file ConstraintTypeNames.cs.

const string Deveel.Data.Sql.Parser.ConstraintTypeNames.Null = "NULL"

Definition at line 22 of file ConstraintTypeNames.cs.

const string Deveel.Data.Sql.Parser.ConstraintTypeNames.PrimaryKey = "PKEY"

Definition at line 26 of file ConstraintTypeNames.cs.

const string Deveel.Data.Sql.Parser.ConstraintTypeNames.UniqueKey = "UNIQUE"

Definition at line 25 of file ConstraintTypeNames.cs.


The documentation for this class was generated from the following file: