//sqldelight-compiler/com.squareup.sqldelight.core.compiler.model/BindableQuery/Companion
Companion
[jvm] object Companion
Functions
| Name | Summary |
|---|---|
| getUniqueQueryIdentifier | [jvm] Content fun getUniqueQueryIdentifier(qualifiedQueryName: String): Int More info Use the hashcode of qualifiedQueryName to generate the unique identifier id for queries. |
Properties
| Name | Summary |
|---|---|
| queryIdMap | [jvm] val queryIdMap: ConcurrentHashMap<String, Int>The query id map use to avoid string hashcode collision. |