ios-driver / com.squareup.sqldelight.drivers.ios / ConnectionWrapper

ConnectionWrapper

sealed class ConnectionWrapper

Platform and version requirements: native

Functions

execute

fun execute(identifier: Int?, sql: String, parameters: Int, binders: <ERROR CLASS>.() -> Unit): Unit

executeQuery

fun executeQuery(identifier: Int?, sql: String, parameters: Int, binders: <ERROR CLASS>.() -> Unit): <ERROR CLASS>

Inheritors

NativeSqliteDriver
(native)

class NativeSqliteDriver : ConnectionWrapper

Native driver implementation.