public abstract class SqlExpr2 extends SqlExprFunctionBase
| Modifier and Type | Field and Description |
|---|---|
protected SqlExpr |
left |
protected SqlExpr |
right |
namedatatype| Constructor and Description |
|---|
SqlExpr2(TypeToken datatype,
String name,
SqlExpr left,
SqlExpr right) |
| Modifier and Type | Method and Description |
|---|---|
SqlExprFunction |
copy(List<SqlExpr> args) |
abstract SqlExpr2 |
copy(SqlExpr left,
SqlExpr right) |
boolean |
equals(Object obj) |
List<SqlExpr> |
getArgs() |
SqlExpr |
getLeft() |
SqlExpr |
getRight() |
SqlExprType |
getType() |
int |
hashCode() |
asFunction, asString, getName, writeArgs_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, asConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic SqlExpr getLeft()
public SqlExpr getRight()
public SqlExprType getType()
getType in interface SqlExprgetType in class SqlExprFunctionBasepublic SqlExprFunction copy(List<SqlExpr> args)
public int hashCode()
hashCode in class SqlExprBasepublic boolean equals(Object obj)
equals in class SqlExprBaseCopyright © 2014. All Rights Reserved.