spring-framework
/
org.springframework.jdbc.core
/
ColumnMapRowMapper
/
mapRow
mapRow
open
fun
mapRow
(
rs
:
ResultSet
,
rowNum
:
Int
)
:
MutableMap
<
String
,
Any
>