|
CUBRID Engine
latest
|


Go to the source code of this file.
Macros | |
| #define | CUBRID_VERSION(X, Y) (((X) << 8) | (Y)) |
| #define | CUR_CUBRID_VERSION CUBRID_VERSION(MAJOR_VERSION, MINOR_VERSION) |
Functions | |
| int | db_get_connect_status (void) |
| void | db_set_connect_status (int status) |
| #define CUBRID_VERSION | ( | X, | |
| Y | |||
| ) | (((X) << 8) | (Y)) |
Definition at line 35 of file cas_db_inc.h.
| #define CUR_CUBRID_VERSION CUBRID_VERSION(MAJOR_VERSION, MINOR_VERSION) |
Definition at line 36 of file cas_db_inc.h.
| int db_get_connect_status | ( | void | ) |
Definition at line 4930 of file db_macro.c.
Referenced by cas_get_db_connect_status().

| void db_set_connect_status | ( | int | status | ) |
Definition at line 4936 of file db_macro.c.
Referenced by cas_set_db_connect_status().
