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
Fields in net.sf.jsqlparser.expression declared as AnyType Modifier and Type Field Description private AnyType
AnyComparisonExpression. anyType
Methods in net.sf.jsqlparser.expression that return AnyType Modifier and Type Method Description static AnyType
AnyType. from(java.lang.String type)
AnyType
AnyComparisonExpression. getAnyType()
static AnyType
AnyType. valueOf(java.lang.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)
-