Package | Description |
---|---|
org.springframework.jdbc.core |
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcTemplate.handleWarnings(SQLWarning warning)
Throw a
SQLWarningException if encountering an actual warning. |
protected void |
JdbcTemplate.handleWarnings(Statement stmt)
Handle the warnings for the given JDBC statement, if any.
|