public interface JDBCRowsLoader
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI, org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPI
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<MemoryQueryResultDataRow> |
load(int columnCount,
ResultSet resultSet)
Load rows.
|
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.