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
/
UpdateQuery
/
returning
returning
fun
returning
(
vararg
columns
:
String
)
:
UpdateQuery
Adds a
RETURNING
clause, which turns this into a query the
fetch*
family can read.