Uses of Enum Class
org.sqlite.parser.ast.CompoundOperator
Packages that use CompoundOperator
-
Uses of CompoundOperator in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as CompoundOperatorMethods in org.sqlite.parser.ast that return CompoundOperatorModifier and TypeMethodDescriptionstatic CompoundOperator
CompoundOperator.from
(short tt) static CompoundOperator
Returns the enum constant of this class with the specified name.static CompoundOperator[]
CompoundOperator.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 CompoundOperator