Result type aliases
This is the collection of result type aliases within the queries
module. There are 4 result type aliases in total.
ResultTable
The ResultTable
type is the data structure representing the results of a query.
ResultRow
The ResultRow
type is the data structure representing a single row in the results of a query.
ResultCell
The ResultCell
type is the data structure representing a single cell in the results of a query.
ResultCellOrUndefined
The ResultCellOrUndefined
type is the data structure representing a single cell in the results of a query, or the value undefined
.