Uses of Enum
gudusoft.gsqlparser.ETransactionIsolationLevel
Packages that use ETransactionIsolationLevel
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of ETransactionIsolationLevel in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETransactionIsolationLevelModifier and TypeMethodDescriptionstatic ETransactionIsolationLevelReturns the enum constant of this type with the specified name.static ETransactionIsolationLevel[]ETransactionIsolationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETransactionIsolationLevel in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ETransactionIsolationLevel -
Uses of ETransactionIsolationLevel in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return ETransactionIsolationLevel -
Uses of ETransactionIsolationLevel in gudusoft.gsqlparser.stmt.mysql
Methods in gudusoft.gsqlparser.stmt.mysql that return ETransactionIsolationLevelMethods in gudusoft.gsqlparser.stmt.mysql with parameters of type ETransactionIsolationLevelModifier and TypeMethodDescriptionvoidTMySQLSet.setIsolationLevel(ETransactionIsolationLevel isolationLevel) Deprecated.