接口 RowReader
-
- 所有已知实现类:
AbstractRowReader
public interface RowReader- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidfinishUp(ResultSetProcessingContextImpl context, List<AfterLoadAction> afterLoadActionList)ObjectreadRow(ResultSet resultSet, ResultSetProcessingContextImpl context)
-
-
-
方法详细资料
-
readRow
Object readRow(ResultSet resultSet, ResultSetProcessingContextImpl context) throws SQLException
- 抛出:
SQLException
-
finishUp
void finishUp(ResultSetProcessingContextImpl context, List<AfterLoadAction> afterLoadActionList)
-
-