public interface PojoCallback
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Connection conn,
ResultSet rs,
Pojo pojo,
Statement stmt) |
Object invoke(Connection conn, ResultSet rs, Pojo pojo, Statement stmt) throws SQLException
conn
- 数据库连接rs
- 结果集pojo
- SQL语句stmt
- TODOSQLException
- SQL 发生错误Copyright © 2017. All rights reserved.