ios-driver
Module Contents
alltypes
Module Contents
sealed
class
ConnectionWrapper
Module Contents
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>
class
NativeSqliteDriver
:
ConnectionWrapper
Module Contents
NativeSqliteDriver
(
configuration
:
<ERROR CLASS>
)
NativeSqliteDriver
(
schema
:
<ERROR CLASS>
,
name
:
String
)
NativeSqliteDriver
(
databaseManager
:
<ERROR CLASS>
)
fun
close
(
)
:
Unit
fun
currentTransaction
(
)
:
<ERROR CLASS>
?
fun
newTransaction
(
)
:
<ERROR CLASS>
package
com.squareup.sqldelight.drivers.ios
Module Contents
sealed
class
ConnectionWrapper
Module Contents
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>
class
NativeSqliteDriver
:
ConnectionWrapper
Module Contents
NativeSqliteDriver
(
configuration
:
<ERROR CLASS>
)
NativeSqliteDriver
(
schema
:
<ERROR CLASS>
,
name
:
String
)
NativeSqliteDriver
(
databaseManager
:
<ERROR CLASS>
)
fun
close
(
)
:
Unit
fun
currentTransaction
(
)
:
<ERROR CLASS>
?
fun
newTransaction
(
)
:
<ERROR CLASS>
fun
wrapConnection
(
connection
:
<ERROR CLASS>
,
block
:
(
<ERROR CLASS>
)
->
Unit
)
:
Unit