Table of Contents

Enum EConstraintType

Namespace
gudusoft.gsqlparser
Assembly
gudusoft.gsqlparser.dll
public enum EConstraintType

Fields

check = 4
default_value = 6
distinct = 10
exclude = 9
fake_auto_increment = 17
fake_collate = 14
fake_column_format_default = 21
fake_column_format_dynamic = 20
fake_column_format_fixed = 22
fake_column_generated_as_identity = 26
fake_column_storage_default = 25
fake_column_storage_disk = 24
fake_column_storage_memory = 23
fake_comment = 18
fake_db2 = 19
fake_identity = 15
fake_null = 13

it's a fake constraint, used only in yacc rule file, should be removed during parsing

fake_rowguidcol = 16
foreign_key = 3
fulltextKey = 11
index = 7
key = 8
notnull = 0
primary_key = 2
reference = 5
spatialKey = 12
unique = 1