public class OverlapsCondition extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
OverlapsCondition(ExpressionList left,
ExpressionList right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
ExpressionList |
getLeft() |
ExpressionList |
getRight() |
String |
toString() |
appendTo, getASTNode, setASTNodepublic OverlapsCondition(ExpressionList left, ExpressionList right)
public ExpressionList getLeft()
public ExpressionList getRight()
public void accept(ExpressionVisitor expressionVisitor)
accept in interface ExpressionCopyright © 2004–2023 JSQLParser. All rights reserved.