Uses of Class
net.sf.jsqlparser.expression.AnyType
-
Packages that use AnyType Package Description net.sf.jsqlparser.expression -
-
Uses of AnyType in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return AnyType Modifier and Type Method Description static AnyTypeAnyType. from(String type)AnyTypeAnyComparisonExpression. getAnyType()static AnyTypeAnyType. valueOf(String name)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 Constructor Description AnyComparisonExpression(AnyType anyType, Select select)
-