Home
last modified time | relevance | path

Searched refs:gda_connection_get_events (Results 1 – 24 of 24) sorted by relevance

/dports/databases/libgdamm5/libgdamm-4.99.11/libgda/src/
H A Dconnection.hg187 //according to the documentation for gda_connection_get_events(),
192 _WRAP_METHOD(std::vector< Glib::RefPtr<ConnectionEvent> > get_events(), gda_connection_get_events)
193 …D(std::vector< Glib::RefPtr<const ConnectionEvent> > get_events() const, gda_connection_get_events)
H A Dlibgda_methods.defs2001 (c-name "gda_connection_get_events")
/dports/databases/libgda5/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc); in gda_connection_open()
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array()
5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc); in gda_connection_open()
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array()
5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc); in gda_connection_open()
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array()
5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc); in gda_connection_open()
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array()
5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc); in gda_connection_open()
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array()
5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc); in gda_connection_open()
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array()
5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/
H A Dgda-connection.h335 const GList *gda_connection_get_events (GdaConnection *cnc);
H A Dlibgda.symbols132 gda_connection_get_events
H A Dgda-connection.c1655 events = gda_connection_get_events (cnc);
2627 for (list = gda_connection_get_events (cnc); list; list = list->next) {
5900 gda_connection_get_events (GdaConnection *cnc)
/dports/databases/libgdamm5/libgdamm-4.99.11/libgda/libgdamm/
H A Dconnection.cc1044 …b::RefPtr<ConnectionEvent> >::list_to_vector(const_cast<GList*>(gda_connection_get_events(gobj()))…
1049 …Ptr<const ConnectionEvent> >::list_to_vector(const_cast<GList*>(gda_connection_get_events(const_ca…