struct _GskDbiDataSource {
object;
driver_type;
int unix_domain;
location;
* database;
}; |
Members:
Parent member.
Exact type of the database handle to use.
Whether or not the location is a unix domain socket.
The location of the database server.
The name of the initial database to connect using.