Result type aliases
ResultTable
The ResultTable
type is the data structure representing the results of a query. Read more.
ResultRow
The ResultRow
type is the data structure representing a single row in the results of a query. Read more.
ResultCell
The ResultCell
type is the data structure representing a single cell in the results of a query. Read more.
ResultCellOrUndefined
The ResultCellOrUndefined
type is the data structure representing a single cell in the results of a query, or the value undefined
. Read more.