Returns first match from Query. If no result match with Query, will return null.
getFirst
1.0
Returns last match from Query. If no result match with Query, will return null.
getLast
1.0
Returns the element at the specified index in this query result. If index greater than count, it will throw exception
get
1.0
Generated using TypeDoc
Since
1.0
An interface for collection of result of the Query. You can not create instance from QueryResult, you should use Data.Database#query Database.query.
Example