|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQueryResult | |
---|---|
com.jalios.util | Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). |
Uses of SQLQueryResult in com.jalios.util |
---|
Methods in com.jalios.util that return SQLQueryResult | |
---|---|
static SQLQueryResult |
DBUtil.executeQuery(String dataSource,
String sqlQuery,
int maxRows)
This convient method performs a query and return a SQLQueryResult |
Methods in com.jalios.util with parameters of type SQLQueryResult | |
---|---|
static boolean |
Util.isEmpty(SQLQueryResult sqr)
Returns true if this SQLQueryResult is
null or empty. |
static boolean |
Util.notEmpty(SQLQueryResult map)
Returns true if this SQLQueryResult is not
null nor empty. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |