struct GskDbiDataSource

struct _GskDbiDataSource {
                                               object;
                                               driver_type;
                int                            unix_domain;
                                               location;
                *                              database;
};
Representation of the location and driver type of a database.

Members:

object

Parent member.

driver_type

Exact type of the database handle to use.

unix_domain

Whether or not the location is a unix domain socket.

location

The location of the database server.

database

The name of the initial database to connect using.