Uses of Class
org.springframework.jdbc.SQLWarningException
Packages that use 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
Methods in org.springframework.jdbc.core that throw SQLWarningExceptionModifier and TypeMethodDescriptionprotected voidJdbcTemplate.handleWarnings(@Nullable SQLWarning warning) Throw aSQLWarningExceptionif encountering an actual warning.protected voidJdbcTemplate.handleWarnings(Statement stmt) Handle the warnings for the given JDBC statement, if any.