Octavius Database
Toggle table of contents
15.6.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Octavius Database
api
/
io.github.octaviusframework.db.api.builder
/
TerminalReturningMethods
/
toSingle
to
Single
jvm
abstract
fun
toSingle
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
DataResult
<
Map
<
String
,
Any
?
>
?
>
Fetches a single row as Map
?. Returns Success(null) if no rows.