org.apache.openjpa.jdbc.kernel
Interface LRSSizes

All Known Subinterfaces:
JDBCFetchConfiguration
All Known Implementing Classes:
DelegatingJDBCFetchConfiguration, JDBCFetchConfigurationImpl

public interface LRSSizes

Ways of calculating the size of large result sets.

Author:
Abe White

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

SIZE_UNKNOWN

static final int SIZE_UNKNOWN
Mode for returning Integer.MAX_VALUE for the size of large result sets.

See Also:
Constant Field Values

SIZE_LAST

static final int SIZE_LAST
Mode for using ResultSet.last() to calcualte the size of large result sets.

See Also:
Constant Field Values

SIZE_QUERY

static final int SIZE_QUERY
Mode for using a query to calculate the size of large result sets.

See Also:
Constant Field Values


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01