toggle menu
SQLDelight
2.0.2
jvm
switch theme
search in API
sqlite-3-18
/
app.cash.sqldelight.dialects.sqlite_3_18
/
SqliteMigrationStrategy
Sqlite
Migration
Strategy
class
SqliteMigrationStrategy
:
SqlGeneratorStrategy
Members
Constructors
Sqlite
Migration
Strategy
Link copied to clipboard
constructor
(
)
Functions
column
Added
Link copied to clipboard
open
override
fun
columnAdded
(
tableName
:
String
,
columnDef
:
String
)
:
String
column
Name
Changed
Link copied to clipboard
open
override
fun
columnNameChanged
(
tableName
:
String
,
oldName
:
String
,
newName
:
String
,
columnDefList
:
List
<
String
>
)
:
String
column
Removed
Link copied to clipboard
open
override
fun
columnRemoved
(
tableName
:
String
,
columnName
:
String
,
columnDefList
:
List
<
String
>
)
:
String
table
Name
Changed
Link copied to clipboard
open
override
fun
tableNameChanged
(
oldName
:
String
,
newName
:
String
)
:
String