protected abstract fun valueFromRow(row: ResultRow): V
Implementation should return the value object marshalled from the database table row.
See example implementations in JDBCHashMap.