native-driver
2.0.0-alpha02
native-driver
/
app.cash.sqldelight.driver.native
/
ConnectionWrapper
Connection
Wrapper
sealed
class
ConnectionWrapper
Content copied to clipboard
Functions
Inheritors
Functions
execute
Link copied to clipboard
fun
execute
(
identifier
:
Int
?
,
sql
:
String
,
parameters
:
Int
,
binders
:
<ERROR CLASS>
.
(
)
->
Unit
?
)
:
Long
Content copied to clipboard
execute
Query
Link copied to clipboard
fun
<
R
>
executeQuery
(
identifier
:
Int
?
,
sql
:
String
,
mapper
:
(
<ERROR CLASS>
)
->
R
,
parameters
:
Int
,
binders
:
<ERROR CLASS>
.
(
)
->
Unit
?
)
:
R
Content copied to clipboard
Inheritors
NativeSqliteDriver
Link copied to clipboard