Class SimilarToExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.BinaryExpression
net.sf.jsqlparser.expression.operators.relational.SimilarToExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) boolean
isNot()
void
void
setNot
(boolean b) toString()
withEscape
(String 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 -
escape
-
-
Constructor Details
-
SimilarToExpression
public SimilarToExpression()
-
-
Method Details
-
isNot
public boolean isNot() -
setNot
public void setNot(boolean b) -
accept
-
getStringExpression
- Specified by:
getStringExpression
in classBinaryExpression
-
toString
- Overrides:
toString
in classBinaryExpression
-
getEscape
-
setEscape
-
withEscape
-
withNot
-
withLeftExpression
- Overrides:
withLeftExpression
in classBinaryExpression
-
withRightExpression
- Overrides:
withRightExpression
in classBinaryExpression
-