public interface LRSSizes
Modifier and Type | Field and Description |
---|---|
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. |
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
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.