play.db.helper
类 JdbcResultFactories.PrimitiveFactory<T>
java.lang.Object
play.db.helper.JdbcResultFactories.PrimitiveFactory<T>
- 所有已实现的接口:
- JdbcResultFactory<T>
- 包容类:
- JdbcResultFactories
public static class JdbcResultFactories.PrimitiveFactory<T>
- extends java.lang.Object
- implements JdbcResultFactory<T>
方法摘要 |
T |
create(java.sql.ResultSet result)
|
void |
init(java.sql.ResultSet result)
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcResultFactories.PrimitiveFactory
public JdbcResultFactories.PrimitiveFactory(java.lang.Class<T> objectClass,
int columnIndex)
JdbcResultFactories.PrimitiveFactory
public JdbcResultFactories.PrimitiveFactory(java.lang.Class<T> objectClass,
java.lang.String field)
JdbcResultFactories.PrimitiveFactory
public JdbcResultFactories.PrimitiveFactory(java.lang.Class<T> objectClass,
java.util.List<java.lang.String> fields)
init
public void init(java.sql.ResultSet result)
throws java.sql.SQLException
- 指定者:
- 接口
JdbcResultFactory<T>
中的 init
- 抛出:
java.sql.SQLException
create
public T create(java.sql.ResultSet result)
throws java.sql.SQLException
- 指定者:
- 接口
JdbcResultFactory<T>
中的 create
- 抛出:
java.sql.SQLException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly