SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
SQLDelight
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