toggle menu
SQLDelight
2.0.2
jvm
switch theme
search in API
sqlite-migrations
/
app.cash.sqlite.migrations
/
CatalogDatabase
/
InitStatement
Init
Statement
data
class
InitStatement
(
val
statement
:
String
,
val
fileLocation
:
String
)
Members
Constructors
Init
Statement
Link copied to clipboard
constructor
(
statement
:
String
,
fileLocation
:
String
)
Properties
file
Location
Link copied to clipboard
val
fileLocation
:
String
statement
Link copied to clipboard
val
statement
:
String