public interface RowCallbackHandler
限定符和类型 | 方法和说明 |
---|---|
void |
processRow(java.sql.ResultSet rs)
处理数据集中一行记录,不要调用数据集的next()方法
|
void processRow(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- the ResultSet to process (pre-initialized for the current row)java.sql.SQLException
- if a SQLException is encountered getting column
values (that is, there's no need to catch SQLException)Copyright © Actionsoft Co., Ltd. All Rights Reserved.