OCT 增加头文件信息

This commit is contained in:
mengqingchao 2019-07-22 11:11:02 +08:00
parent 240d00951b
commit e9d1576d4f
2 changed files with 18 additions and 2 deletions

View File

@ -124,7 +124,23 @@ int update_database(int module_id, void * db_handle, int op_type, char * tabl
* *
**********************************************************************************/ **********************************************************************************/
void * select_datebase_by_number(int module_id, void * db_handle, char * table_name, char * sql_str, int begin_num, int need_num, int * return_num, int param_num, ...); void * select_datebase_by_number(int module_id, void * db_handle, char * table_name, char * sql_str, int begin_num, int need_num, int * return_num, int param_num, ...);
/*********************************************************************************
  * Description  
*
  * Input:  
* module_id - IDID使
* table_name -
* memory_ptr -
* Output:
* 
  * Return:
* DB_RET_PARAM_NULL - NULL
* DB_RET_ERR -
* DB_RET_OK -
  * Others:
*
**********************************************************************************/
int free_database_memory(int module_id, char * table_name, void * memory_ptr);
/********************************************************************************* /*********************************************************************************
  * Description     * Description  
* *

View File

@ -1,4 +1,4 @@
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <sql.h> #include <sql.h>
#include <sqlext.h> #include <sqlext.h>