Interface DatabaseAPI.RowMapper<T>
- Type Parameters:
T- The type of object returned
- Enclosing interface:
DatabaseAPI
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Maps database Row to an object.
- Author:
- Donal Fellows
-
Method Summary
-
Method Details
-
mapRow
-