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.

execution_timer?: boolean

Computes execution times for each statement executed.

is_wrapper?: boolean

This property, if set to %TRUE, specifies that the connection is not a real connection, but rather a #GdaConnection object which "proxies" all the calls to another connection which executes in a sub thread.

Note: this property is used internally by Libgda and should not be directly used by any programs. Setting this property has no effect, reading it is supported, though.

meta_store?: Gda.MetaStore
monitor_wrapped_in_mainloop?: boolean

Useful only when there is a mainloop and when the connection acts as a thread wrapper around another connection, it sets up a timeout to handle signals coming from the wrapped connection.

If the connection is not a thread wrapper, then this property has no effect.

provider?: Gda.ServerProvider
thread_owner?: object

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