octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client.query
/
ResultQuery
/
fetchFields
fetch
Fields
inline
fun
<
T
>
fetchFields
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
DataResult
<
List
<
T
>
>
inline
fun
<
T
>
fetchFields
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
DataResult
<
List
<
T
>
>
As
RunnableQuery.fetchFields
.