Gjsify LogoGjsify Logo

This structure defines the properties of a named data source (DSN).

record

Hierarchy

  • DsnInfo

Index

Constructors

Properties

auth_string: string

the authentication string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded. Can be %NULL.

field
cnc_string: string

the connection string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded

field
description: string

a descriptive string (plain text, not RFC 1738 encoded), can be %NULL.

field
is_system: boolean

%TRUE if the DSN is a system wide defined data source

field
name: string

the (unique) name of the DSN (plain text, not RFC 1738 encoded)

field
provider: string

the ID of the database provider to be used (plain text, not RFC 1738 encoded)

field
name: string

Methods

  • Compares dsn1 and dsn2.

    If both dsn1 and dsn2 are %NULL, then the function returns %TRUE. If only one of dsn1 or dsn2 is %NULL, then the function return %FALSE.

    Parameters

    Returns boolean

  • free(): void

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