Package-level declarations

Functions

Link copied to clipboard
suspend fun CqlSession.executeSuspend(statement: Statement<*>): AsyncResultSet
Link copied to clipboard
suspend fun CqlSession.executeSuspendAll(statement: Statement<*>): List<Row>
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.