T - The type of the result.@FunctionalInterface public interface SQLResultParser<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(SQLResultSet rs)
Parses a single record out of the given ResultSet.
|
T parse(SQLResultSet rs) throws SQLException
rs - The ResultSet for the record.SQLException - If any SQL error occurs.Copyright © 2015–2018 Bridje Framework. All rights reserved.