toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
QueryReference
Query
Reference
class
QueryReference
<
Q
:
IUnboundQuery
<
*
,
*
,
*
>
>
(
initiallyProvidedQuery
:
Q
?
,
queryId
:
Long
?
,
queryInitializer
:
(
)
->
Q
?
)
:
IQueryReference
<
Q
>
Members
Constructors
Query
Reference
Link copied to clipboard
constructor
(
initiallyProvidedQuery
:
Q
?
,
queryId
:
Long
?
,
queryInitializer
:
(
)
->
Q
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
provided
Query
Link copied to clipboard
var
providedQuery
:
Q
?
query
Link copied to clipboard
open
override
val
query
:
Q
query
Id
Link copied to clipboard
var
queryId
:
Long
?
Functions
get
Id
Link copied to clipboard
open
override
fun
getId
(
)
:
Long