#include <datasourceinfo.h>
Public Member Functions | |
DataSourceInfo (GdaDataSourceInfo *castitem, bool make_a_copy=false) | |
DataSourceInfo (const DataSourceInfo &src) | |
DataSourceInfo & | operator= (const DataSourceInfo &src) |
~DataSourceInfo () | |
GdaDataSourceInfo * | gobj () |
const GdaDataSourceInfo * | gobj () const |
GdaDataSourceInfo * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
DataSourceInfo () | |
operator bool () const | |
Glib::ustring | get_name () const |
Glib::ustring | get_provider () const |
Glib::ustring | get_cnc_string () const |
Glib::ustring | get_description () const |
Glib::ustring | get_username () const |
Glib::ustring | get_password () const |
void | set_name (const Glib::ustring &value) |
void | set_provider (const Glib::ustring &value) |
void | set_cnc_string (const Glib::ustring &value) |
void | set_description (const Glib::ustring &value) |
void | set_username (const Glib::ustring &value) |
void | set_password (const Glib::ustring &value) |
Protected Attributes | |
GdaDataSourceInfo * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Gda::DataSourceInfo | wrap (GdaDataSourceInfo *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|