Go to the source code of this file.
Defines | |
#define | DBS_BASE (65536 + 6144) |
#define | DBS_AUTOCOMM (DBS_BASE + 0) |
#define | DBS_BUFFEROVF (DBS_BASE + 1) |
#define | DBS_CONNFAIL (DBS_BASE + 2) |
#define | DBS_INITFAIL (DBS_BASE + 3) |
#define | DBS_INVARG (DBS_BASE + 4) |
#define | DBS_INVINDEX (DBS_BASE + 5) |
#define | DBS_NORESULT (DBS_BASE + 6) |
#define | DBS_NOSUCHROW (DBS_BASE + 7) |
#define | DBS_NOTCONERR (DBS_BASE + 8) |
#define | DBS_NOTCONN (DBS_BASE + 9) |
#define | DBS_NOTINT (DBS_BASE + 10) |
#define | DBS_SQLFAIL (DBS_BASE + 11) |
#define | DBS_STMTALLOC (DBS_BASE + 12) |
#define | DBS_STMTPREP (DBS_BASE + 13) |
#define | DBS_TOOMANYROW (DBS_BASE + 14) |
#define | DBS_UNEXRES (DBS_BASE + 15) |
#define DBS_AUTOCOMM (DBS_BASE + 0) |
Definition at line 46 of file dbsdef.h.
Referenced by DbConnect().
#define DBS_CONNFAIL (DBS_BASE + 2) |
Definition at line 48 of file dbsdef.h.
Referenced by DbConnect().
#define DBS_INITFAIL (DBS_BASE + 3) |
Definition at line 49 of file dbsdef.h.
Referenced by DbConnect().
#define DBS_INVARG (DBS_BASE + 4) |
Definition at line 50 of file dbsdef.h.
Referenced by DbExecuteSql(), DbFetchRow(), DbFreeResult(), DbFreeRow(), DbLastRowId(), DbRowId(), DbString(), and DbStringBuffer().
#define DBS_INVINDEX (DBS_BASE + 5) |
Definition at line 51 of file dbsdef.h.
Referenced by DbString().
#define DBS_NORESULT (DBS_BASE + 6) |
Definition at line 52 of file dbsdef.h.
Referenced by DbIntQuery().
#define DBS_NOTCONERR (DBS_BASE + 8) |
Definition at line 54 of file dbsdef.h.
Referenced by DbCheckConnected().
#define DBS_NOTCONN (DBS_BASE + 9) |
Definition at line 55 of file dbsdef.h.
Referenced by DbDisconnect().
#define DBS_NOTINT (DBS_BASE + 10) |
Definition at line 56 of file dbsdef.h.
Referenced by DbInt(), and DbUnsignedLong().
#define DBS_SQLFAIL (DBS_BASE + 11) |
Definition at line 57 of file dbsdef.h.
Referenced by DbExecuteSql().
#define DBS_TOOMANYROW (DBS_BASE + 14) |
Definition at line 60 of file dbsdef.h.
Referenced by DbIntQuery().
#define DBS_UNEXRES (DBS_BASE + 15) |
Definition at line 61 of file dbsdef.h.
Referenced by DbExecuteSqlNoResult().