toggle menu
SQLDelight
2.0.2
jvm
switch theme
search in API
sqldelight-gradle-plugin
/
app.cash.sqldelight.gradle.squash
/
AnsiSqlMigrationSquasher
Ansi
Sql
Migration
Squasher
class
AnsiSqlMigrationSquasher
(
createNewSqlFile
:
(
String
)
->
SqlFileBase
)
:
MigrationSquasher
Members
Constructors
Ansi
Sql
Migration
Squasher
Link copied to clipboard
constructor
(
createNewSqlFile
:
(
String
)
->
SqlFileBase
)
Functions
squish
Link copied to clipboard
open
override
fun
squish
(
alterTableRules
:
SqlAlterTableRules
,
into
:
SqlFileBase
)
:
String
open
override
fun
squish
(
statement
:
SqlStmt
,
into
:
SqlFileBase
)
:
String