Uses of Class
net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperatorType
-
Packages that use RegExpMatchOperatorType Package Description net.sf.jsqlparser.expression.operators.relational -
-
Uses of RegExpMatchOperatorType in net.sf.jsqlparser.expression.operators.relational
Fields in net.sf.jsqlparser.expression.operators.relational declared as RegExpMatchOperatorType Modifier and Type Field Description private RegExpMatchOperatorType
RegExpMatchOperator. operatorType
Methods in net.sf.jsqlparser.expression.operators.relational that return RegExpMatchOperatorType Modifier and Type Method Description RegExpMatchOperatorType
RegExpMatchOperator. getOperatorType()
static RegExpMatchOperatorType
RegExpMatchOperatorType. valueOf(java.lang.String name)
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 Constructor Description RegExpMatchOperator(RegExpMatchOperatorType operatorType)
-