|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.db.DbExpr | +--javatools.db.DbMiscExpr
An SQL expression of the form FUNCNAME(parameter....). (Hey Chris what's the difference between this and DbFuncExpr???)
Constructor Summary | |
DbMiscExpr(DbDatabase db,
java.lang.String func)
See DbFuncExpr |
|
DbMiscExpr(DbDatabase db,
java.lang.String func,
java.lang.Object arg1)
See DbFuncExpr |
|
DbMiscExpr(DbDatabase db,
java.lang.String func,
java.lang.Object arg1,
java.lang.Object arg2)
See DbFuncExpr |
Method Summary | |
java.lang.String |
getQueryString()
See DbFuncExpr |
int |
setSqlValues(java.sql.PreparedStatement ps,
int i)
See DbFuncExpr |
void |
usesTables(java.util.Set coll)
See DbFuncExpr |
Methods inherited from class javatools.db.DbExpr |
and, containsAllStrings, containsAllStrings, count, dateTrunc, equal, greaterThan, greaterThanOrEqual, in, in, isNotNull, isNull, lessThan, lessThanOrEqual, like, lower, max, min, notEqual, notIn, notIn, or, upper, usesTables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DbMiscExpr(DbDatabase db, java.lang.String func)
db
- See DbFuncExprfunc
- See DbFuncExprpublic DbMiscExpr(DbDatabase db, java.lang.String func, java.lang.Object arg1)
db
- See DbFuncExprfunc
- See DbFuncExprarg1
- See DbFuncExprpublic DbMiscExpr(DbDatabase db, java.lang.String func, java.lang.Object arg1, java.lang.Object arg2)
db
- See DbFuncExprfunc
- See DbFuncExprarg1
- See DbFuncExprarg2
- See DbFuncExprMethod Detail |
public java.lang.String getQueryString() throws DbException
getQueryString
in class DbExpr
DbException
- See DbFuncExprpublic int setSqlValues(java.sql.PreparedStatement ps, int i) throws DbException, java.sql.SQLException
setSqlValues
in class DbExpr
ps
- See DbFuncExpri
- See DbFuncExpr
DbException
- See DbFuncExpr
java.sql.SQLException
- See DbFuncExprpublic void usesTables(java.util.Set coll)
usesTables
in interface DbTableUser
usesTables
in class DbExpr
coll
- See DbFuncExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |