|
||||||||||
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_LAST
Mode for using ResultSet.last() to calcualte the size of
large result sets. |
static int |
SIZE_QUERY
Mode for using a query to calculate the size of large result sets. |
static int |
SIZE_UNKNOWN
Mode for returning Integer.MAX_VALUE for 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 |