RowDataQueryMapper

fun interface RowDataQueryMapper<Data : Any>(source)

Functions

Link copied to clipboard
abstract fun rowToData(row: Row): Data