Import line: | Gda = imports.gi.Gda; |
GIR File: | Gda-4.0.gir |
C documentation: | GdaConnectionOptions |
Enum : | ConnectionOptions |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gda.ConnectionOptions.NONE : 0
|
|
Number Gda.ConnectionOptions.READ_ONLY : 1
|
|
Number Gda.ConnectionOptions.SQL_IDENTIFIERS_CASE_SENSITIVE : 2
|
|
Number Gda.ConnectionOptions.THREAD_ISOLATED : 8
|
|
Number Gda.ConnectionOptions.THREAD_SAFE : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gda.Connection
Property |
options : Gda.ConnectionOptions
|
Gda.Connection
Method |
Gda.Connection.open_from_dsn
(String dsn, String auth_string, ConnectionOptions options)
:
Gda.Connection
This function is the way of opening database connections with libgda, using a pre-defined data source (DSN), see gda_config_define_dsn() for more information about how to define a DSN.
|
Gda.Connection
Method |
Gda.Connection.open_from_string
(String provider_name, String cnc_string, String auth_string, ConnectionOptions options)
:
Gda.Connection
Opens a connection given a provider ID and a connection string.
|
Gda.Connection
Method |
get_options
()
:
Gda.ConnectionOptions
Gets the GdaConnectionOptions used to open this connection.
|