|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.jdbc.support.rowset | |
---|---|
org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. |
org.springframework.jdbc.core.namedparam | JdbcTemplate variant with named parameter support. |
org.springframework.jdbc.support.rowset | Provides a convenient holder for disconnected result sets. |
Classes in org.springframework.jdbc.support.rowset used by org.springframework.jdbc.core | |
---|---|
SqlRowSet
Mirror interface for javax.sql.RowSet , representing
disconnected java.sql.ResultSet data. |
Classes in org.springframework.jdbc.support.rowset used by org.springframework.jdbc.core.namedparam | |
---|---|
SqlRowSet
Mirror interface for javax.sql.RowSet , representing
disconnected java.sql.ResultSet data. |
Classes in org.springframework.jdbc.support.rowset used by org.springframework.jdbc.support.rowset | |
---|---|
SqlRowSet
Mirror interface for javax.sql.RowSet , representing
disconnected java.sql.ResultSet data. |
|
SqlRowSetMetaData
Meta data interface for Spring's SqlRowSet, analogous to javax.sql.ResultSetMetaData
The main difference to the standard JDBC RowSetMetaData is that an SQLException
is never thrown here. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |