| 
 | ||||||||||
| 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 trueif this SQLQueryResult isnullor empty. | 
| static boolean | Util.notEmpty(SQLQueryResult map)Returns trueif this SQLQueryResult is notnullnor empty. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||