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, toStringaddNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic SqlExpr getLeft()
public SqlExpr getRight()
public String getOpSymbol()
public void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0