public class DbvResultSetFetcher extends Object
| 构造器和说明 |
|---|
DbvResultSetFetcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
fetch(DbvColumnFieldsMeta columnFields,
ResultSet rs,
Object obj) |
static Map<String,Object> |
fetch(ResultSet rs) |
static Object |
fetch(ResultSet rs,
Object obj) |
static List<Map<String,Object>> |
fetchList(ResultSet rs) |
static <T> List<T> |
fetchList(ResultSet rs,
Class<T> clazz) |
static DbvColumnFieldsMeta |
getColumnFieldsMetadata(ResultSet resultSet,
Class clazz) |
static Set<String> |
getColumnNames(ResultSet rs) |
public static Map<String,Object> fetch(ResultSet rs) throws SQLException
SQLExceptionpublic static List<Map<String,Object>> fetchList(ResultSet rs) throws SQLException
SQLExceptionpublic static Object fetch(ResultSet rs, Object obj) throws SQLException
SQLExceptionpublic static <T> List<T> fetchList(ResultSet rs, Class<T> clazz) throws SQLException, ReflectiveOperationException
public static Object fetch(DbvColumnFieldsMeta columnFields, ResultSet rs, Object obj)
public static Set<String> getColumnNames(ResultSet rs) throws SQLException
SQLExceptionpublic static DbvColumnFieldsMeta getColumnFieldsMetadata(ResultSet resultSet, Class clazz) throws SQLException
SQLExceptionCopyright © 2025 fossc. All rights reserved.