home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir07
/
f001910.re_
/
f001910.re
Wrap
Text File
|
1996-04-02
|
2KB
|
29 lines
#define CMD_SQL 0x01000000 /* DATABASE */
#define CMD_SESSION 0x02000000 /* DATABASE */
#define CMD_SESSION_AUTOCOMMIT 0x02010000 /* DATABASE */
#define CMD_SESSION_AUTOCOMMIT_ON 0x02010100 /* DATABASE */
#define CMD_SESSION_AUTOCOMMIT_OFF 0x02010200 /* DATABASE */
#define CMD_SESSION_AUTOCOMMIT_TOGGLE 0x02010300 /* DATABASE */
#define CMD_SESSION_DEBUG 0x02020000 /* DATABASE */
#define CMD_SESSION_DEBUG_ON 0x02020100 /* DATABASE */
#define CMD_SESSION_DEBUG_OFF 0x02020200 /* DATABASE */
#define CMD_SESSION_DEBUG_TOGGLE 0x02020300 /* DATABASE */
#define CMD_SESSION_DEBUG_EXTERNAL 0x02020400 /* DATABASE */
#define CMD_SESSION_DEBUG_EXTERNAL_ON 0x02020410 /* DATABASE */
#define CMD_SESSION_DEBUG_EXTERNAL_OFF 0x02020420 /* DATABASE */
#define CMD_SESSION_DEBUG_EXTERNAL_TOGGLE 0x02020430 /* DATABASE */
#define CMD_SESSION_DEBUG_IPC 0x02020500 /* DATABASE */
#define CMD_SESSION_DEBUG_IPC_ON 0x02020510 /* DATABASE */
#define CMD_SESSION_DEBUG_IPC_OFF 0x02020520 /* DATABASE */
#define CMD_SESSION_DEBUG_IPC_TOGGLE 0x02020530 /* DATABASE */
#define CMD_LINKAGE 0x03000000 /* DATABASE */
#define CMD_LINKAGE_NONE 0x03010000 /* DATABASE */
#define CMD_LINKAGE_NEW 0x03020000 /* DATABASE */
#define CMD_LINKAGE_INFORMATION 0x03030000 /* DATABASE */
#define CMD_LINKAGE_DUPLICATE 0x03040000 /* DATABASE */
#define CMD_CATALOG 0x04000000 /* DATABASE */
#define CMD_CATALOG_COLUMN 0x04010000 /* DATABASE */
#define CMD_CATALOG_COLUMN_INSERT 0x04010100 /* DATABASE */
#define CMD_CATALOG_COLUMN_EDIT 0x04010200 /* DATABASE */
#define CMD_CATALOG_COLUMN_DELETE 0x04010300 /* DATABASE */