Uses of Class
org.springframework.jdbc.SQLWarningException
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
-
Uses of SQLWarningException in org.springframework.jdbc.core
Modifier and TypeMethodDescriptionprotected void
JdbcTemplate.handleWarnings
(@Nullable SQLWarning warning) Throw aSQLWarningException
if encountering an actual warning.protected void
JdbcTemplate.handleWarnings
(Statement stmt) Handle the warnings for the given JDBC statement, if any.