QueryReference

class QueryReference<Q : IUnboundQuery<*, *, *>>(initiallyProvidedQuery: Q?, queryId: Long?, queryInitializer: () -> Q?) : IQueryReference<Q>

Constructors

Link copied to clipboard
constructor(initiallyProvidedQuery: Q?, queryId: Long?, queryInitializer: () -> Q?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val query: Q
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getId(): Long