Details
gda_error_new ()
GdaError* gda_error_new (void); |
gda_error_list_from_exception ()
GList* gda_error_list_from_exception (CORBA_Environment *ev); |
Creates a list of GdaError's from a CORBA_Environment structure. This
is the standard way of informing of errors.
gda_error_to_exception ()
void gda_error_to_exception (GdaError *error,
CORBA_Environment *ev); |
gda_error_list_to_exception ()
void gda_error_list_to_exception (GList *error_list,
CORBA_Environment *ev); |
gda_error_list_to_corba_seq ()
GNOME_Database_ErrorSeq* gda_error_list_to_corba_seq
(GList *error_list); |
gda_error_free ()
void gda_error_free (GdaError *error); |
Frees the memory allocated by the error object.
gda_error_list_free ()
void gda_error_list_free (GList *errors); |
Frees all error objects in the list and the list itself.
After this function has been called, the errors parameter doesn't point
to valid storage any more.
gda_error_get_description ()
const gchar* gda_error_get_description (GdaError *error); |
gda_error_set_description ()
void gda_error_set_description (GdaError *error,
const gchar *description); |
gda_error_get_number ()
const glong gda_error_get_number (GdaError *error); |
gda_error_set_number ()
void gda_error_set_number (GdaError *error,
glong number); |
gda_error_get_source ()
const gchar* gda_error_get_source (GdaError *error); |
gda_error_set_source ()
void gda_error_set_source (GdaError *error,
const gchar *source); |
gda_error_get_sqlstate ()
const gchar* gda_error_get_sqlstate (GdaError *error); |
gda_error_set_sqlstate ()
void gda_error_set_sqlstate (GdaError *error,
const gchar *sqlstate); |