toggle menu
exposed-adt-mapping
jvm
switch theme
search in API
exposed-adt-mapping
/
com.huanshankeji.exposed.datamapping
/
DataQueryMapper
Data
Query
Mapper
interface
DataQueryMapper
<
Data
:
Any
>
:
NullableDataQueryMapper
<
Data
>
(
source
)
Inheritors
DataMapper
Members
Properties
needed
Columns
Link copied to clipboard
abstract
val
neededColumns
:
List
<
Column
<
*
>
>
Functions
result
Row
To
Data
Link copied to clipboard
abstract
fun
resultRowToData
(
resultRow
:
ResultRow
)
:
Data