public interface DialectQueryResultDataRowLoader
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI, org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPI
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 The Apache Software Foundation. All rights reserved.