public class SqlExpr2 extends SqlExprBase
Modifier and Type | Field and Description |
---|---|
SqlExpr |
left |
String |
opSymbol |
SqlExpr |
right |
Constructor and Description |
---|
SqlExpr2(SqlExpr left,
SqlExpr right,
String symbol) |
Modifier and Type | Method and Description |
---|---|
SqlExpr |
getLeft() |
String |
getOpSymbol() |
SqlExpr |
getRight() |
void |
visit(SqlExprVisitor visitor) |
asSQL, asSQL, getColumnsNeeded, isColumn, isConstant, toString
addNote, addNotes, getNotes, hasNotes, hasOneNote
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNote, addNotes, getNotes, hasNotes, hasOneNote
public SqlExpr getLeft()
public SqlExpr getRight()
public String getOpSymbol()
public void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0