Octavius Database
Toggle table of contents
10.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Octavius Database
core
/
io.github.octaviusframework.db.core.builder
/
AbstractQueryBuilder
/
toList
to
List
fun
toList
(
params
:
Map
<
String
,
Any
?
>
)
:
DataResult
<
List
<
Map
<
String
,
Any
?
>
>
>
Executes the query and returns a list of rows as
List<Map<String, Any?>>
.