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
/
SelectQuery
/
fromSubquery
from
Subquery
fun
fromSubquery
(
subquery
:
String
,
alias
:
String
?
=
null
)
:
SelectQuery
Sets the
FROM
clause to a subquery, parenthesised and optionally aliased.