Table of Contents

Enum EIsolationLevel

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

Fields

db2CS = 7
db2RR = 5
db2RRExclusive = 9
db2RRShare = 11
db2RRUpdate = 10
db2RS = 6
db2RSExclusive = 12
db2RSShare = 14
db2RSUpdate = 13
db2UR = 8
readCommitted = 1
readUncommitted = 0
repeatableRead = 2
serializable = 3
unknown = 4