Version: 1.0.0
errorcodes.h File Reference

Go to the source code of this file.

Macros

#define wxDATABASE_OK   1
 
#define wxDATABASE_ERROR   2
 
#define wxDATABASE_USER   3
 
#define wxDATABASE_PASSWORD   4
 
#define wxDATABASE_CONSTRAINT_VIOLATION   5
 
#define wxDATABASE_SQL_SYNTAX_ERROR   6
 
#define wxDATABASE_ALLOCATION_ERROR   7
 
#define wxDATABASE_INCOMPATIBLE_FIELD_TYPE   8
 
#define wxDATABASE_FIELD_NOT_IN_RESULTSET   9
 
#define wxDATABASE_NO_ROWS_FOUND   10
 
#define wxDATABASE_NON_UNIQUE_RESULTSET   11
 
#define wxDATABASE_UNSUPPORTED_OPERATION   12
 
#define wxDATABASE_ERROR_LOADING_LIBRARY   13
 
#define wxDATABASE_QUERY_RESULT_ERROR   0
 

Macro Definition Documentation

◆ wxDATABASE_ALLOCATION_ERROR

#define wxDATABASE_ALLOCATION_ERROR   7

Definition at line 10 of file errorcodes.h.

◆ wxDATABASE_CONSTRAINT_VIOLATION

#define wxDATABASE_CONSTRAINT_VIOLATION   5

Definition at line 8 of file errorcodes.h.

◆ wxDATABASE_ERROR

#define wxDATABASE_ERROR   2

Definition at line 5 of file errorcodes.h.

◆ wxDATABASE_ERROR_LOADING_LIBRARY

#define wxDATABASE_ERROR_LOADING_LIBRARY   13

Definition at line 16 of file errorcodes.h.

◆ wxDATABASE_FIELD_NOT_IN_RESULTSET

#define wxDATABASE_FIELD_NOT_IN_RESULTSET   9

Definition at line 12 of file errorcodes.h.

◆ wxDATABASE_INCOMPATIBLE_FIELD_TYPE

#define wxDATABASE_INCOMPATIBLE_FIELD_TYPE   8

Definition at line 11 of file errorcodes.h.

◆ wxDATABASE_NO_ROWS_FOUND

#define wxDATABASE_NO_ROWS_FOUND   10

Definition at line 13 of file errorcodes.h.

◆ wxDATABASE_NON_UNIQUE_RESULTSET

#define wxDATABASE_NON_UNIQUE_RESULTSET   11

Definition at line 14 of file errorcodes.h.

◆ wxDATABASE_OK

#define wxDATABASE_OK   1

Definition at line 4 of file errorcodes.h.

◆ wxDATABASE_PASSWORD

#define wxDATABASE_PASSWORD   4

Definition at line 7 of file errorcodes.h.

◆ wxDATABASE_QUERY_RESULT_ERROR

#define wxDATABASE_QUERY_RESULT_ERROR   0

Definition at line 21 of file errorcodes.h.

◆ wxDATABASE_SQL_SYNTAX_ERROR

#define wxDATABASE_SQL_SYNTAX_ERROR   6

Definition at line 9 of file errorcodes.h.

◆ wxDATABASE_UNSUPPORTED_OPERATION

#define wxDATABASE_UNSUPPORTED_OPERATION   12

Definition at line 15 of file errorcodes.h.

◆ wxDATABASE_USER

#define wxDATABASE_USER   3

Definition at line 6 of file errorcodes.h.