Interface ResultSetAccess

All Superinterfaces:
JdbcValuesMetadata
All Known Implementing Classes:
AbstractResultSetAccess, DeferredResultSetAccess, DirectResultSetAccess

public interface ResultSetAccess extends JdbcValuesMetadata
Access to a JDBC ResultSet and information about it.
  • Method Details

    • getResultSet

      ResultSet getResultSet()
      The JDBC ResultSet
    • release

      void release()
      Release the JDBC ResultSet
    • getResultCountEstimate

      int getResultCountEstimate()
      An estimate for the number of results that can be expected for pre-sizing collections. May return zero or negative values if the count cannot be reasonably estimated.
      Since:
      6.6