| 程序包 | 说明 |
|---|---|
| net.hasor.db.jdbc |
数据库操作框架,前身为 SpringJDBC。
|
| net.hasor.db.jdbc.core |
Hasor Jdbc Operations Impl.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlParameter.ReturnSqlParameter |
SqlParameterUtils.withReturnResult(String paramName,
ResultSetExtractor<?> resultSetExtractor) |
static SqlParameter.ReturnSqlParameter |
SqlParameterUtils.withReturnResult(String paramName,
RowCallbackHandler rowCallbackHandler) |
static SqlParameter.ReturnSqlParameter |
SqlParameterUtils.withReturnResult(String paramName,
RowMapper<?> rowMapper) |
static SqlParameter.ReturnSqlParameter |
SqlParameterUtils.withReturnValue(String paramName) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static Object |
JdbcTemplate.processResultSet(boolean caseInsensitive,
ResultSet rs,
SqlParameter.ReturnSqlParameter param)
Process the given ResultSet from a stored procedure.
|
Copyright © 2020–2021. All rights reserved.