//sqldelight-compiler/com.squareup.sqldelight.core.compiler/SelectQueryGenerator/queryCollectionProperty
queryCollectionProperty
[jvm]
Content
fun queryCollectionProperty(): PropertySpec
More info
The private property used to delegate query result updates.
private val selectForId: MutableList<Query<*>> = mutableListOf()