Gjsify LogoGjsify Logo

This structure specifies a #GdaMetaDbObject to represent a table's specific attributes, its contents must not be modified.

Note that in some cases, the columns cannot be determined for views, and in this case the columns will be %NULL (this can be the case for example with SQLite where a view uses a function which is not natively provided by SQLite.

record

Hierarchy

  • MetaTable

Index

Constructors

Properties

columns: Gda.MetaTableColumn[]

list of #GdaMetaTableColumn structures, one for each column in the table

field

list of #GdaMetaTableForeignKey for this table

field
pk_cols_array: number

index of the columns part of the primary key for the table (WARNING: columns numbering here start at 0)

field
pk_cols_nb: number

size of the pk_cols_array array

field
reverse_fk_list: Gda.MetaTableForeignKey[]

list of #GdaMetaTableForeignKey where the referenced table is this table

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method