|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MapSqlParameterSource 的软件包 | |
|---|---|
| net.hasor.jdbc.core.source | |
| net.hasor.jdbc.core.source 中 MapSqlParameterSource 的使用 |
|---|
| 返回 MapSqlParameterSource 的 net.hasor.jdbc.core.source 中的方法 | |
|---|---|
MapSqlParameterSource |
MapSqlParameterSource.addValue(String paramName,
Object value)
Add a parameter to this parameter source. |
MapSqlParameterSource |
MapSqlParameterSource.addValue(String paramName,
Object value,
int sqlType)
Add a parameter to this parameter source. |
MapSqlParameterSource |
MapSqlParameterSource.addValue(String paramName,
Object value,
int sqlType,
String typeName)
Add a parameter to this parameter source. |
MapSqlParameterSource |
MapSqlParameterSource.addValues(Map<String,?> values)
Add a Map of parameters to this parameter source. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||