Gjsify LogoGjsify Logo

This structure represents a table of view's column, its contents must not be modified.

record

Hierarchy

  • MetaTableColumn

Index

Constructors

Properties

auto_incement: boolean
column_name: string

the column's name

field
column_type: string

the column's DBMS's type

field
default_value: string

the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or %NULL if column has no default value

field
desc: string
gtype: GType<unknown>

the detected column's #GType

field
nullok: boolean

tells if the column can be %NULL

field
pkey: boolean

tells if the column is part of a primary key

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