You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of addressing #45 would be to allow Function<ResultSet, V> in addition to ValueExtractor<V> that way it should be possible more frequently to write interfaces that have no library dependencies.
A solution for the checked SQLException has to be found.