Gjsify LogoGjsify Logo

Interface Connection_ConstructProps

Hierarchy

Index

Properties

auth_string?: string
cnc_string?: string
dsn?: string
events_history_size?: number

Defines the number of #GdaConnectionEvent objects kept in memory which can be fetched using gda_connection_get_events().

execution_slowdown?: number

Artificially slows down the execution of queries. This property can be used to debug some problems. If non zero, this value is the number of microseconds waited before actually executing each query. NB: this parameter is ignored during the meta store update (it is set to 0 before the meta data update and restored to its state after).

execution_timer?: boolean

Computes execution times for each statement executed.

meta_store?: Gda.MetaStore
provider?: Gda.ServerProvider

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