|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.db.sql.Expr
com.caucho.db.sql.FunExpr
public abstract class FunExpr
Field Summary | |
---|---|
protected static L10N |
L
|
Fields inherited from class com.caucho.db.sql.Expr |
---|
FALSE, TRUE, UNKNOWN |
Constructor Summary | |
---|---|
FunExpr()
|
Method Summary | |
---|---|
protected abstract void |
addArg(Expr expr)
|
Methods inherited from class com.caucho.db.sql.Expr |
---|
bind, cost, createOrder, evalBoolean, evalBytes, evalDate, evalDouble, evalEqual, evalEqual, evalGroup, evalLong, evalStream, evalString, evalToBuffer, evalToBuffer, evalToResult, getIndexExpr, getName, getSQLType, getTable, getType, getTypeCode, indexCost, indexSubCost, initGroup, isBinaryStream, isBoolean, isDouble, isLong, isNull, isNullable, isParam, isSelect, splitAnd, subCost, updateDouble, updateLong, updateString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final L10N L
Constructor Detail |
---|
public FunExpr()
Method Detail |
---|
protected abstract void addArg(Expr expr) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |