toggle menu
SQLDelight
2.1.0-SNAPSHOT
jvm
switch theme
search in API
sqldelight-compiler
/
app.cash.sqldelight.core.compiler.model
/
BindableQuery
/
Companion
/
queryIdMap
query
Id
Map
val
queryIdMap
:
ConcurrentHashMap
<
String
,
Int
>
The query id map use to avoid string hashcode collision. Ideally this map should be per module.