Signed-off-by:Roland Häder <roland@mxchange.org>
*/
public Result<? extends Storeable> getResultFromSet (final ResultSet resultSet) throws SQLException;
+ /**
+ * Returns a Storeable instance from given row index. Value 0 means first
+ * row and so on. Row index below zero results in an exception.
+ *
+ * @param rowIndex Row index too look for
+ * @return A Storeable instance
+ */
+ public Storeable getStoreableAtRow (final int rowIndex);
+
/**
* Name of used database table, handled over to backend
*