Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Table

Package version

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

Hierarchy

  • Table

Index

Properties

Properties

columns

columns: Column[]

The list of columns in this table.

name

name: string

The name of the table.

rows

rows: any[][]

The resulting rows from this query.

Generated using TypeDoc