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
/
toColumn
to
Column
fun
<
T
>
toColumn
(
targetType
:
KType
,
params
:
Map
<
String
,
Any
?
>
)
:
DataResult
<
List
<
T
>
>
Executes the query and returns a list of values from the first column of all rows.