Kodo 4.0.0RC2 generated on May 12 2006

kodo.jdbc.kernel
Interface LRSSizes

All Known Subinterfaces:
JDBCFetchConfiguration, JDBCFetchPlan
All Known Implementing Classes:
JDBCFetchPlan

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

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

Kodo 4.0.0RC2 generated on May 12 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.