Record represents an entry in the result of a query
This constructor should not be called directly
the variables of the query
the values of the record
a map from variable to index
Private
Readonly
Iterate over all values. Equivalent to record.values()
an iterable over all values
Iterate over all entries (key, value)
an iterable over all entries
Get the value associated with the key in the record
the variable name or its index emmited by the onVariables event
the value associated with the key
Check if the record has a value associated with the key
true if the record has a value associated with the key
Convert the record to an Object
the record as an Object
Iterate over all values
Record represents an entry in the result of a query