typedef union _GskDbiDataSourceLocation GskDbiDataSourceLocation union _GskDbiDataSourceLocation { GskSocketAddress remote; gchar * unix_socket; }; |
Representation of the location of the database server. Either a unix domain socket (file path) or socket address.