Interface ResultSetAccess
- All Superinterfaces:
JdbcValuesMetadata
- All Known Implementing Classes:
AbstractResultSetAccess
,DeferredResultSetAccess
,DirectResultSetAccess
Access to a JDBC
ResultSet
and information about it.-
Method Summary
Methods inherited from interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
getColumnCount, resolveColumnName, resolveColumnPosition, resolveType, resolveType
-
Method Details
-
getResultSet
ResultSet getResultSet()The JDBCResultSet
-
release
void release()Release the JDBCResultSet
-
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
-