Class LikeExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.BinaryExpression
net.sf.jsqlparser.expression.operators.relational.LikeExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
private LikeExpression.KeyWord
private boolean
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) Deprecated.boolean
Deprecated.boolean
isNot()
boolean
void
setCaseInsensitive
(boolean caseInsensitive) Deprecated.void
setEscape
(Expression escapeExpression) setLikeKeyWord
(String likeKeyWord) setLikeKeyWord
(LikeExpression.KeyWord likeKeyWord) void
setNot
(boolean b) setUseBinary
(boolean useBinary) toString()
withCaseInsensitive
(boolean caseInsensitive) Deprecated.withEscape
(Expression escape) withLeftExpression
(Expression arg0) withNot
(boolean not) Methods inherited from class net.sf.jsqlparser.expression.BinaryExpression
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
not
private boolean not -
useBinary
private boolean useBinary -
escapeExpression
-
likeKeyWord
-
-
Constructor Details
-
LikeExpression
public LikeExpression()
-
-
Method Details
-
isNot
public boolean isNot() -
setNot
public void setNot(boolean b) -
isUseBinary
public boolean isUseBinary() -
setUseBinary
-
accept
-
getStringExpression
Deprecated.- Specified by:
getStringExpression
in classBinaryExpression
-
toString
- Overrides:
toString
in classBinaryExpression
-
getEscape
-
setEscape
-
isCaseInsensitive
Deprecated. -
setCaseInsensitive
Deprecated. -
getLikeKeyWord
-
setLikeKeyWord
-
setLikeKeyWord
-
withEscape
-
withCaseInsensitive
Deprecated. -
withNot
-
withLeftExpression
- Overrides:
withLeftExpression
in classBinaryExpression
-
withRightExpression
- Overrides:
withRightExpression
in classBinaryExpression
-