public interface ResultSetExt<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
handleResultSet(ExecuteContext ctx,
ResultSet rs,
Class<?> z,
Annotation config)
处理ResultSet,实现扩展
|
T handleResultSet(ExecuteContext ctx, ResultSet rs, Class<?> z, Annotation config) throws SQLException
rs - SQLExceptionCopyright © 2021. All rights reserved.