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