| Package | Description |
|---|---|
| org.springframework.jdbc.core |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JdbcTemplate.execute(PreparedStatementCreator psc,
PreparedStatementCallback<T> action) |
<T> T |
JdbcOperations.execute(PreparedStatementCreator psc,
PreparedStatementCallback<T> action) |
<T> T |
JdbcTemplate.execute(String sql,
PreparedStatementCallback<T> action) |
<T> T |
JdbcOperations.execute(String sql,
PreparedStatementCallback<T> action) |
Copyright © 2022. All rights reserved.