Uses of Enum Class
org.sqlite.parser.ast.TransactionType
Packages that use TransactionType
-
Uses of TransactionType in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as TransactionTypeMethods in org.sqlite.parser.ast that return TransactionTypeModifier and TypeMethodDescriptionstatic TransactionTypeTransactionType.from(short tt) static TransactionTypeReturns the enum constant of this class with the specified name.static TransactionType[]TransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlite.parser.ast with parameters of type TransactionType