|
Public Member Functions |
virtual | ~Client () |
GdaClient * | gobj () |
| Provides access to the underlying C GObject.
|
const GdaClient * | gobj () const |
| Provides access to the underlying C GObject.
|
GdaClient * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
Glib::RefPtr< Connection > | open_connection (const Glib::ustring &dsn, const Glib::ustring &username, const Glib::ustring &password, ConnectionOptions options=(ConnectionOptions) 0) |
Glib::RefPtr< Connection > | open_connection_from_string (const Glib::ustring &provider_id, const Glib::ustring &cnc_string, ConnectionOptions options=(ConnectionOptions) 0) |
Glib::ListHandle< Glib::RefPtr<
Connection > > | get_connection_list () |
Glib::ListHandle< Glib::RefPtr<
const Connection > > | get_connection_list () const |
Glib::RefPtr< Connection > | find_connection (const Glib::ustring &dsn, const Glib::ustring &username, const Glib::ustring &password) |
void | close_all_connections () |
void | notify_event (const Glib::RefPtr< Connection > &cnc, ClientEvent event, const ParameterList ¶ms) |
void | notify_error_event (const Glib::RefPtr< Connection > &cnc, GdaError *error) |
void | notify_connection_opened_event (const Glib::RefPtr< Connection > &cnc) |
void | notify_transaction_started_event (const Glib::RefPtr< Connection > &cnc, const Glib::RefPtr< Transaction > &xaction) |
void | notify_transaction_committed_event (const Glib::RefPtr< Connection > &cnc, const Glib::RefPtr< Transaction > &xaction) |
void | notify_transaction_cancelled_event (const Glib::RefPtr< Connection > &cnc, const Glib::RefPtr< Transaction > &xaction) |
bool | begin_transaction (const Glib::RefPtr< Transaction > &xaction) |
bool | commit_transaction (const Glib::RefPtr< Transaction > &xaction) |
bool | rollback_transaction (const Glib::RefPtr< Transaction > &xaction) |
Static Public Member Functions |
static Glib::RefPtr< Client > | create () |
Protected Member Functions |
| Client () |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr< Gnome::Gda::Client > | wrap (GdaClient *object, bool take_copy=false) |