Managing connection's events and errors

Each GdaConnection object maintains a list of events which occurred on the connection. Each event is stored as a GdaConnectionEvent object, and the possible event kinds are:

The list of events for a GdaConnection can be obtained using gda_connection_get_events(), the list of events can be manually cleared anytime using gda_connection_clear_events_list (), and is automatically cleared before any command or query is executed.