Name
GdaError -- Database backend errors representation
Details
GDA_TYPE_ERROR
#define GDA_TYPE_ERROR (gda_error_get_type()) |
GDA_ERROR_CLASS()
#define GDA_ERROR_CLASS(klass) |
IS_GDA_ERROR()
#define IS_GDA_ERROR(obj) |
IS_GDA_ERROR_CLASS()
#define IS_GDA_ERROR_CLASS(klass) |
gda_error_get_type ()
GType gda_error_get_type (void); |
gda_errors_from_exception ()
GList* gda_errors_from_exception (CORBA_Environment *ev); |
gda_error_free ()
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_description ()
const gchar* gda_error_description (GdaError *error); |
gda_error_number ()
const glong gda_error_number (GdaError *error); |
gda_error_source ()
const gchar* gda_error_source (GdaError *error); |
gda_error_helpurl ()
const gchar* gda_error_helpurl (GdaError *error); |
gda_error_sqlstate ()
const gchar* gda_error_sqlstate (GdaError *error); |
gda_error_nativeMsg ()
const gchar* gda_error_nativeMsg (GdaError *error); |
gda_error_realcommand ()
const gchar* gda_error_realcommand (GdaError *error); |