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() |
getLeftExpression, 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)
Copyright © 2004–2019 JSQLParser. All rights reserved.