Package app.cash.sqldelight.async.coroutines

Functions

Link copied to clipboard
suspend fun <ERROR CLASS>.await(identifier: Int?, sql: String, parameters: Int, binders: <ERROR CLASS>.() -> Unit? = null): Long
Link copied to clipboard
suspend fun <T : Any> <ERROR CLASS><T>.awaitAsList(): List<T>
Link copied to clipboard
suspend fun <T : Any> <ERROR CLASS><T>.awaitAsOne(): T
Link copied to clipboard
suspend fun <T : Any> <ERROR CLASS><T>.awaitAsOneOrNull(): T?
Link copied to clipboard
suspend fun <ERROR CLASS>.awaitCreate(driver: <ERROR CLASS>): <ERROR CLASS>
Link copied to clipboard
suspend fun <ERROR CLASS>.awaitMigrate(driver: <ERROR CLASS>, oldVersion: Int, newVersion: Int): <ERROR CLASS>
Link copied to clipboard
suspend fun <R> <ERROR CLASS>.awaitQuery(identifier: Int?, sql: String, mapper: (<ERROR CLASS>) -> R, parameters: Int, binders: <ERROR CLASS>.() -> Unit? = null): R