Uses of Enum
net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperatorType
Packages that use RegExpMatchOperatorType
-
Uses of RegExpMatchOperatorType in net.sf.jsqlparser.expression.operators.relational
Fields in net.sf.jsqlparser.expression.operators.relational declared as RegExpMatchOperatorTypeModifier and TypeFieldDescriptionprivate RegExpMatchOperatorType
RegExpMatchOperator.operatorType
Methods in net.sf.jsqlparser.expression.operators.relational that return RegExpMatchOperatorTypeModifier and TypeMethodDescriptionRegExpMatchOperator.getOperatorType()
static RegExpMatchOperatorType
Returns the enum constant of this type with the specified name.static RegExpMatchOperatorType[]
RegExpMatchOperatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jsqlparser.expression.operators.relational with parameters of type RegExpMatchOperatorType