public final class JDBCRowsLoader extends Object
| Constructor and Description |
|---|
JDBCRowsLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<MemoryQueryResultDataRow> |
load(int columnCount,
ResultSet resultSet)
Load rows.
|
public static Collection<MemoryQueryResultDataRow> load(int columnCount, ResultSet resultSet) throws SQLException
columnCount - column countresultSet - result set of JDBCSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.