R - 一行数据处理后的结果类型public abstract class AbsRowHandler<R> extends Object implements RowHandler<R>
ResultSet结果中的某行处理为List| Modifier and Type | Field and Description |
|---|---|
protected int |
columnCount |
protected ResultSetMetaData |
meta |
| Constructor and Description |
|---|
AbsRowHandler(ResultSetMetaData meta)
构造
|
protected final ResultSetMetaData meta
protected final int columnCount
public AbsRowHandler(ResultSetMetaData meta) throws SQLException
meta - ResultSetMetaDataSQLException - SQL异常Copyright © 2025. All rights reserved.