T - @FunctionalInterface public interface SQLResultParser<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(SQLResultSet rs) |
T parse(SQLResultSet rs) throws SQLException
rs - SQLExceptionCopyright © 2015–2017 Bridje Framework. All rights reserved.