public class LikeExpression extends BinaryExpression
| Constructor and Description |
|---|
LikeExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getEscape() |
String |
getStringExpression() |
boolean |
isCaseInsensitive() |
boolean |
isNot() |
void |
setCaseInsensitive(boolean caseInsensitive) |
void |
setEscape(String escape) |
void |
setNot(boolean b) |
String |
toString() |
LikeExpression |
withCaseInsensitive(boolean caseInsensitive) |
LikeExpression |
withEscape(String escape) |
LikeExpression |
withLeftExpression(Expression arg0) |
LikeExpression |
withNot(boolean not) |
LikeExpression |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpressiongetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic boolean isNot()
public void setNot(boolean b)
public void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionpublic String toString()
toString in class BinaryExpressionpublic String getEscape()
public void setEscape(String escape)
public boolean isCaseInsensitive()
public void setCaseInsensitive(boolean caseInsensitive)
public LikeExpression withEscape(String escape)
public LikeExpression withCaseInsensitive(boolean caseInsensitive)
public LikeExpression withNot(boolean not)
public LikeExpression withLeftExpression(Expression arg0)
withLeftExpression in class BinaryExpressionpublic LikeExpression withRightExpression(Expression arg0)
withRightExpression in class BinaryExpressionCopyright © 2004–2021 JSQLParser. All rights reserved.