T
@FunctionalInterface public interface Extractor<T>
extract(java.sql.ResultSet rs)
T extract(java.sql.ResultSet rs) throws java.sql.SQLException
rs
java.sql.SQLException
EFactory