Uses of Enum
net.sf.jsqlparser.expression.AnyType
Packages that use AnyType
-
Uses of AnyType in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as AnyTypeMethods in net.sf.jsqlparser.expression that return AnyTypeModifier and TypeMethodDescriptionstatic AnyType
AnyComparisonExpression.getAnyType()
static AnyType
Returns the enum constant of this type with the specified name.static AnyType[]
AnyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jsqlparser.expression with parameters of type AnyType