play.db.helper
接口 JdbcResultFactory<T>
- 所有已知实现类:
- JdbcResultFactories.ClassFactory, JdbcResultFactories.PrimitiveFactory
public interface JdbcResultFactory<T>
方法摘要 |
T |
create(java.sql.ResultSet result)
|
void |
init(java.sql.ResultSet result)
|
init
void init(java.sql.ResultSet result)
throws java.sql.SQLException
- 抛出:
java.sql.SQLException
create
T create(java.sql.ResultSet result)
throws java.sql.SQLException
- 抛出:
java.sql.SQLException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly