Package org.r10r.sqlify.rowparser
Interface RowParser<T>
-
- All Known Implementing Classes:
PojoRowParser,SingleLongRowParser,SingleStringRowParser
public interface RowParser<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(ResultSet resultSet)
-