SingleValueMapper

fun SingleValueMapper(kType: KType): RowMapper<Any?>

Mapper mapping result from a single column to its value. Used for queries like SELECT COUNT(*), SELECT id FROM ... etc.