Skip to content

//sqldelight-compiler/com.squareup.sqldelight.core.compiler/SelectQueryGenerator

SelectQueryGenerator

[jvm] class SelectQueryGenerator(query: NamedQuery) : QueryGenerator

Functions

Name Summary
customResultTypeFunction [jvm]
Content
fun customResultTypeFunction(): FunSpec
More info
The exposed query method which returns a provided custom type.


customResultTypeFunctionInterface [jvm]
Content
fun customResultTypeFunctionInterface(): FunSpec.Builder


defaultResultTypeFunction [jvm]
Content
fun defaultResultTypeFunction(): FunSpec
More info
The exposed query method which returns the default data class implementation.


defaultResultTypeFunctionInterface [jvm]
Content
fun defaultResultTypeFunctionInterface(): FunSpec.Builder


queryCollectionProperty [jvm]
Content
fun queryCollectionProperty(): PropertySpec
More info
The private property used to delegate query result updates.


querySubtype [jvm]
Content
fun querySubtype(): TypeSpec
More info
The private query subtype for this specific query.