sqldelight-runtime / com.squareup.sqldelight / Query / mapper

mapper

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.

Property

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