Gda.DsnInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
auth_string |
r/w |
the authentication string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded. Can be |
|
cnc_string |
r/w |
the connection string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded |
|
description |
r/w |
a descriptive string (plain text, not RFC 1738 encoded), can be |
|
is_system |
r/w |
|
|
name |
r/w |
the (unique) name of the DSN (plain text, not RFC 1738 encoded) |
|
provider |
r/w |
the ID of the database provider to be used (plain text, not RFC 1738 encoded) |
Methods¶
class |
|
|
|
|
Details¶
- class Gda.DsnInfo¶
This structure defines the properties of a named data source (DSN).
- classmethod new()¶
- Returns:
a new
Gda.DsnInfo
struct.- Return type:
Creates a new
Gda.DsnInfo
struct.New in version 5.2.
- copy()¶
- Returns:
a new
Gda.DsnInfo
- Return type:
Copy constructor.
New in version 5.2.