native-driver / com.squareup.sqldelight.drivers.native / ConnectionWrapper
ConnectionWrapper
sealed class ConnectionWrapper
Platform and version requirements: native
Functions
| Name | Summary |
|---|---|
| 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
| Name | Summary |
|---|---|
| NativeSqliteDriver (native) |
class NativeSqliteDriver :ConnectionWrapperNative driver implementation. |