toggle menu
SQLDelight
2.0.2
jvm
switch theme
search in API
sqldelight-compiler
/
app.cash.sqldelight.core
/
SqlDelightProjectService
Sql
Delight
Project
Service
interface
SqlDelightProjectService
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
dialect
Link copied to clipboard
abstract
var
dialect
:
SqlDelightDialect
generate
Async
Link copied to clipboard
abstract
var
generateAsync
:
Boolean
treat
Null
As
Unknown
For
Equality
Link copied to clipboard
abstract
var
treatNullAsUnknownForEquality
:
Boolean
Functions
clear
Index
Link copied to clipboard
abstract
fun
clearIndex
(
)
file
Index
Link copied to clipboard
abstract
fun
fileIndex
(
module
:
Module
)
:
SqlDelightFileIndex
module
Link copied to clipboard
abstract
fun
module
(
vFile
:
VirtualFile
)
:
Module
?
reset
Index
Link copied to clipboard
abstract
fun
resetIndex
(
)
set
Dialect
Link copied to clipboard
open
fun
setDialect
(
dialect
:
SqlDelightDialect
,
shouldInvalidate
:
Boolean
)