Octavius Database
Toggle table of contents
5.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Octavius Database
core
/
org.octavius.database.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?>>
.