| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LRSSizes
Ways of calculating the size of large result sets.
| Field Summary | |
|---|---|
| static int | SIZE_LASTMode for using ResultSet.last()to calcualte the size of
 large result sets. | 
| static int | SIZE_QUERYMode for using a query to calculate the size of large result sets. | 
| static int | SIZE_UNKNOWNMode for returning Integer.MAX_VALUEfor the size of
 large result sets. | 
| Field Detail | 
|---|
static final int SIZE_UNKNOWN
Integer.MAX_VALUE for the size of
 large result sets.
static final int SIZE_LAST
ResultSet.last() to calcualte the size of
 large result sets.
static final int SIZE_QUERY
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||