val mapper: (SqlCursor) -> RowType
The mapper this Query was created with, which can convert a row in the SQL cursor returned by execute to RowType.
mapper - The mapper this Query was created with, which can convert a row in the SQL
cursor returned by execute to RowType.