Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableSummary

Represents a table of data in a data source.

Hierarchy

  • TableSummary

Index

Properties

connectionId

connectionId: string
returns

the ID of the connection that this table belongs to.

customSQL

customSQL: string | undefined
returns

the custom SQL used to create this table if it was created with Custom SQL, undefined otherwise.

id

id: string
returns

Unique string representing this table.

name

name: string
returns

The name of the table (i.e. the caption).