Enum SqlNodeType
Defines types of syntax nodes used to create a hierarchical tree view that examines code text as a collection of syntax members. Intended to use with Sql language.
public enum SqlNodeType
Fields
AccountAttribute = 75
AddStatement = 30
AdditiveExpression = 54
Alter = 3
AlterStatement = 32
AlterTable = 24
AlterUser = 23
AndExpression = 56
ArgumentList = 52
Attribute = 74
AutoCommitAttribute = 77
CheckStatement = 35
ColumnAlias = 72
ColumnList = 49
ColumnName = 71
Commit = 14
Compact = 15
ContraintName = 73
Create = 2
CreateSchema = 20
CreateSequence = 22
CreateTable = 18
CreateUser = 21
CreateView = 19
DatabaseObjectAttribute = 81
DefaultStatement = 43
Delete = 8
DeleteStatement = 44
Describe = 11
Drop = 4
DropSchema = 26
DropSequence = 28
DropStatement = 31
DropTable = 29
DropUser = 27
DropView = 25
EqualityExpression = 60
Expression = 53
ForeignKeyStatement = 34
FromStatement = 39
Grant = 12
GroupbyStatement = 42
HavingStatement = 40
IdentifierList = 48
InExpression = 83
Insert = 6
InvocationExpression = 64
IsolationLevelAttribute = 78
LikeExpression = 58
LimitStatement = 38
MemberAccessExpression = 65
MultiplicativeExpression = 57
None = 0
OrExpression = 55
OrderbyStatement = 41
ParenthesizedExpression = 66
PasswordAttribute = 76
PrefixedUnaryExpression = 62
PrimaryExpression = 61
PrimaryKeyAttribute = 80
PrimaryKeyStatement = 33
PrivilegesList = 50
ReferenceStatement = 46
RelationalExpression = 59
Revoke = 13
Roolback = 16
SchemaName = 69
Select = 5
Set = 9
SetStatement = 47
Show = 10
Shutdown = 17
TableAlias = 68
TableName = 67
TriggerAttribute = 82
TypeAttribute = 79
UnaryExpression = 63
UniqueStatement = 36
Unit = 1
Update = 7
UpdateStatement = 45
UserList = 51
VariableName = 70
WhereStatement = 37