Gjsify LogoGjsify Logo

Attributes of a value, used internally by Libgda in different contexts. Values can be OR'ed.

bitfield

Index

Enumeration Members

CAN_BE_DEFAULT: number

a default value (not specified) exists for the value

CAN_BE_NULL: number

value can be set to NULL (in the SQL sense)

DATA_NON_VALID: number

the value is not valid (with regards to the context)

HAS_VALUE_ORIG: number

the value can be resetted to its "original" value (i.e. before it was modified)

IS_DEFAULT: number

value is defined as the default value (the value itself is not specified)

IS_NULL: number

value is NULL (in the SQL sense)

IS_UNCHANGED: number

the value has not been changed (in the context of the attribute usage)

NONE: number

no specific attribute

NO_MODIF: number
READ_ONLY: number

the value can't be modified

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