Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Table

Package version

interface

An interface representing Table.

summary

A query response table.

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

Hierarchy

  • Table

Index

Properties

Properties

columns

columns: Column[]
member

{Column[]} columns The list of columns in this table.

name

name: string
member

{string} name The name of the table.

rows

rows: any[][]
member

{any[][]} rows The resulting rows from this query.

Generated using TypeDoc