Share via


Table interface

Contains the columns and rows for one table in a query response.

Properties

columns

The list of columns in this table.

name

The name of the table.

rows

The resulting rows from this query.

Property Details

columns

The list of columns in this table.

columns: Column[]

Property Value

Column[]

name

The name of the table.

name: string

Property Value

string

rows

The resulting rows from this query.

rows: any[][]

Property Value

any[][]