public abstract class AbstractJDBCRowsLoader extends Object implements JDBCRowsLoader
| 构造器和说明 |
|---|
AbstractJDBCRowsLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Object |
getDate(ResultSet resultSet,
int columnIndex)
Get date from result set.
|
Collection<MemoryQueryResultDataRow> |
load(int columnCount,
ResultSet resultSet)
Load rows.
|
public Collection<MemoryQueryResultDataRow> load(int columnCount, ResultSet resultSet) throws SQLException
JDBCRowsLoaderload 在接口中 JDBCRowsLoadercolumnCount - column countresultSet - result set of JDBCSQLException - SQL exceptionprotected abstract Object getDate(ResultSet resultSet, int columnIndex) throws SQLException
resultSet - result setcolumnIndex - column indexSQLException - sql exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.