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> |
|
NativeSqlDatabase |
class NativeSqlDatabase : ConnectionWrapper
Native driver implementation. |