toggle menu
kandra
0.4.5
jvm
switch theme
search in API
kandra-runtime
/
io.kandra.runtime.driver
Package-level
declarations
Functions
Functions
execute
Suspend
Link copied to clipboard
suspend
fun
CqlSession
.
executeSuspend
(
statement
:
Statement
<
*
>
)
:
AsyncResultSet
execute
Suspend
All
Link copied to clipboard
suspend
fun
CqlSession
.
executeSuspendAll
(
statement
:
Statement
<
*
>
)
:
List
<
Row
>
prepare
Suspend
Link copied to clipboard
suspend
fun
CqlSession
.
prepareSuspend
(
cql
:
String
)
:
PreparedStatement
Truly async prepare — avoids blocking a coroutine dispatcher thread on the first prepare call.