R
- 一行数据处理后的结果类型public abstract class AbsRowHandler<R> extends Object implements RowHandler<R>
ResultSet
结果中的某行处理为ListModifier 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
- ResultSetMetaData
SQLException
- SQL异常Copyright © 2025. All rights reserved.