CUBRID Engine  latest
cas_db_inc.h File Reference
#include "dbi.h"
#include "dbtype_def.h"
Include dependency graph for cas_db_inc.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define CUBRID_VERSION (   X,
 
)    (((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.

Function Documentation

int db_get_connect_status ( void  )

Definition at line 4930 of file db_macro.c.

Referenced by cas_get_db_connect_status().

Here is the caller graph for this function:

void db_set_connect_status ( int  status)

Definition at line 4936 of file db_macro.c.

Referenced by cas_set_db_connect_status().

Here is the caller graph for this function: