Connection.this

This function creates a new GdaConnection object. It is not intended to be used directly by applications (use gda_client_open_connection instead).

  1. this(GdaConnection* gdaConnection)
  2. this(Client client, GdaServerProvider* provider, string dsn, string username, string password, GdaConnectionOptions options)
    class Connection
    this
    (,
    GdaServerProvider* provider
    ,
    string dsn
    ,
    string username
    ,
    string password
    ,
    GdaConnectionOptions options
    )

Parameters

client Client

a GdaClient object.

provider GdaServerProvider*

a GdaServerProvider object.

dsn string

GDA data source to connect to.

username string

user name to use to connect.

password string

password for username.

options GdaConnectionOptions

options for the connection.

Throws

ConstructionException GTK+ fails to create the object.

Meta