abstract fun toNodeTransfer(rs: ResultSet): NodeTransfer
(source)
Converts the ResultSet of a DB tuple into the corresponding NodeTransfer.
This realizes the conversion from the database representation to the in-memory one.
rs
- the ResultSet returned from a query.
Return
the corresponding NodeTransfer representation.