@FunctionalInterface public interface JdbcFunction<R>
JdbcBuilder.executeSelect(java.sql.Connection, org.ujorm.tools.jdbc.JdbcFunction)
Modifier and Type | Method and Description |
---|---|
R |
apply(ResultSet rs)
Applies this function to the given argument.
|
R apply(ResultSet rs) throws SQLException
rs
- ResultSetSQLException
- An SQL exceptionCopyright 2019-2022, Pavel Ponec