octavius-postgresql
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client.query
/
RunnableQuery
/
fetchFields
fetch
Fields
inline
fun
<
T
>
fetchFields
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
List
<
T
>
inline
fun
<
T
>
fetchFields
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
List
<
T
>
Runs the query and returns the first column of every row as
T
.