Package | Description |
---|---|
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.
|
Class and Description |
---|
SqlRowSet |
Class and Description |
---|
SqlRowSet |
Class and Description |
---|
SqlRowSet |
SqlRowSetMetaData
Metadata interface for Spring's
SqlRowSet , analogous to JDBC's
ResultSetMetaData . |