Uses of Class
org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Packages that use ResultSetSupportingSqlParameter
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
-
Uses of ResultSetSupportingSqlParameter in org.springframework.jdbc.core
Subclasses of ResultSetSupportingSqlParameter in org.springframework.jdbc.coreModifier and TypeClassDescriptionclassSubclass ofSqlOutParameterto represent an INOUT parameter.classSubclass ofSqlParameterto represent an output parameter.classRepresents a returnedResultSetfrom a stored procedure call.Methods in org.springframework.jdbc.core with parameters of type ResultSetSupportingSqlParameterModifier and TypeMethodDescriptionJdbcTemplate.processResultSet(ResultSet rs, ResultSetSupportingSqlParameter param) Process the given ResultSet from a stored procedure.