Uses of Enum
net.sf.jsqlparser.expression.operators.relational.LikeExpression.KeyWord
Packages that use LikeExpression.KeyWord
-
Uses of LikeExpression.KeyWord in net.sf.jsqlparser.expression.operators.relational
Fields in net.sf.jsqlparser.expression.operators.relational declared as LikeExpression.KeyWordMethods in net.sf.jsqlparser.expression.operators.relational that return LikeExpression.KeyWordModifier and TypeMethodDescriptionstatic LikeExpression.KeyWord
LikeExpression.getLikeKeyWord()
static LikeExpression.KeyWord
Returns the enum constant of this type with the specified name.static LikeExpression.KeyWord[]
LikeExpression.KeyWord.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.expression.operators.relational with parameters of type LikeExpression.KeyWordModifier and TypeMethodDescriptionLikeExpression.setLikeKeyWord
(LikeExpression.KeyWord likeKeyWord)