| Generic callback interface for code that operates on a JDBC Statement.
Allows to execute any number of operations on a single Statement,
for example a single executeUpdate call or repeated
executeUpdate calls with varying SQL.
Used internally by JdbcTemplate, but also useful for application code.
author: Spring Framework See Also: JdbcTemplate.execute(StatementCallback) |