Result
Properties
Functions
The result at the given index as an Array
The projecting result value for the given key as a readonly Array object. Returns null if the key doesn't exist.
The result at the given index as a Blob
The projecting result value for the given key as a Blob object. Returns null if the key doesn't exist.
The result at the given index as a boolean
The projecting result value for the given key as a boolean value. Returns false if the key doesn't exist.
The result at the given index as a Date
The projecting result value for the given key as a Date object. Returns null if the key doesn't exist.
The result at the given index as a Dictionary
The projecting result value for the given key as a readonly Dictionary object. Returns null if the key doesn't exist.
The result at the given index as a double
The projecting result value for the given key as a double value. Returns 0.0 if the key doesn't exist.
The result at the given index as a float
The projecting result value for the given key as a float value. Returns 0.0f if the key doesn't exist.
The result at the given index as an int
The projecting result value for the given key as an integer value Returns 0 if the key doesn't exist.
The result at the given index as a long
The projecting result value for the given key as a long value Returns 0L if the key doesn't exist.
The result at the given index as a Number
The projecting result value for the given key as a Number object Returns null if the key doesn't exist.
The result at the given index as a String
The result value for the given key as a String object Returns null if the key doesn't exist.
The result value at the given index.
The result value for the given key as an Object Returns null if the key doesn't exist.