Interface LRSSizes

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

public interface LRSSizes
Ways of calculating the size of large result sets.
Author:
Abe White
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Mode for using ResultSet.last() to calcualte the size of large result sets.
    static final int
    Mode for using a query to calculate the size of large result sets.
    static final int
    Mode for returning Integer.MAX_VALUE for the size of large result sets.