DataSourceInfo

The functions in this section allow applications an easy access to the libgda configuration, thus making them able to access the list of data sources configured in the system, for instance.

Constructors

this
this(GdaDataSourceInfo* gdaDataSourceInfo)

Sets our main struct and passes it to the parent class

this
this(ListG glist)

Members

Functions

cncString
string cncString()
description
string description()
getDataSourceInfoStruct
GdaDataSourceInfo* getDataSourceInfoStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

name
string name()
password
string password()
provider
string provider()
username
string username()

Static functions

infoGetType
GType infoGetType()

Variables

gdaDataSourceInfo
GdaDataSourceInfo* gdaDataSourceInfo;

the main Gtk struct

Meta