Package version
An interface representing Table.
A query response table.
Contains the columns and rows for one table in a query response.
{Column[]} columns The list of columns in this table.
{string} name The name of the table.
{any[][]} rows The resulting rows from this query.
Generated using TypeDoc
An interface representing Table.
A query response table.
Contains the columns and rows for one table in a query response.