sealed class ConnectionWrapper
Platform and version requirements: native
fun execute(identifier: Int?, sql: String, parameters: Int, binders: <ERROR CLASS>.() -> Unit): Unit |
|
fun executeQuery(identifier: Int?, sql: String, parameters: Int, binders: <ERROR CLASS>.() -> Unit): <ERROR CLASS> |
|
NativeSqliteDriver |
class NativeSqliteDriver : ConnectionWrapper
Native driver implementation. |