Guilds
3.5.6.9-SNAPSHOT
Guilds
/
me.glaremasters.guilds.database.challenges
/
ChallengeRowMapper
Challenge
Row
Mapper
open
class
ChallengeRowMapper
:
RowMapper
<
T
>
(
source
)
Functions
Functions
map
Link copied to clipboard
open
fun
map
(
rs
:
ResultSet
,
ctx
:
StatementContext
)
:
GuildChallenge
specialize
Link copied to clipboard
open
fun
specialize
(
rs
:
ResultSet
,
ctx
:
StatementContext
)
:
RowMapper
<
T
>