toggle menu
SQLDelight
2.1.0-SNAPSHOT
androidJvm
switch theme
search in API
android-driver
/
app.cash.sqldelight.driver.android
/
AndroidSqliteDriver
/
Callback
Callback
open
class
Callback
(
schema
:
SqlSchema
<
QueryResult.Value
<
Unit
>
>
,
callbacks
:
AfterVersion
)
:
SupportSQLiteOpenHelper.Callback
Members
Constructors
Callback
Link copied to clipboard
constructor
(
schema
:
SqlSchema
<
QueryResult.Value
<
Unit
>
>
,
vararg
callbacks
:
AfterVersion
)
Properties
version
Link copied to clipboard
val
version
:
Int
Functions
on
Configure
Link copied to clipboard
open
fun
onConfigure
(
db
:
SupportSQLiteDatabase
)
on
Corruption
Link copied to clipboard
open
fun
onCorruption
(
db
:
SupportSQLiteDatabase
)
on
Create
Link copied to clipboard
open
override
fun
onCreate
(
db
:
SupportSQLiteDatabase
)
on
Downgrade
Link copied to clipboard
open
fun
onDowngrade
(
db
:
SupportSQLiteDatabase
,
oldVersion
:
Int
,
newVersion
:
Int
)
on
Open
Link copied to clipboard
open
fun
onOpen
(
db
:
SupportSQLiteDatabase
)
on
Upgrade
Link copied to clipboard
open
override
fun
onUpgrade
(
db
:
SupportSQLiteDatabase
,
oldVersion
:
Int
,
newVersion
:
Int
)