Interface SQLItemFactory<Item>
-
public interface SQLItemFactory<Item>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Item
createFrom(ResultSet hrs)
-
-
-
Method Detail
-
createFrom
@Nullable Item createFrom(ResultSet hrs) throws SQLException
- Throws:
SQLException
-
-