fromRow abstract method

T fromRow(
  1. QueryResultRow row
)

Extract the item from resultobject row.

Implementation

T fromRow(QueryResultRow row);