| Package | Description |
|---|---|
| org.springframework.jdbc.core |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
JdbcTemplate.call(CallableStatementCreator csc,
List<SqlParameter> declaredParameters) |
Map<String,Object> |
JdbcOperations.call(CallableStatementCreator csc,
List<SqlParameter> declaredParameters) |
| Constructor and Description |
|---|
PreparedStatementCreatorFactory(String sql,
List<SqlParameter> sqlParameters) |
Copyright © 2022. All rights reserved.