-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAPI_Module.h
More file actions
19 lines (16 loc) · 799 Bytes
/
API_Module.h
File metadata and controls
19 lines (16 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//////////////////////////////////////////////////////////
///----------------------------------------------------///
/// Module: API_Module ///
/// Produced by: Yuheng Zhou ///
/// Description: Produced to deal with the ///
/// functions between Interpreter, ///
/// Record_Manager and Index_Manager///
/// date: 2014/11/18 ///
///----------------------------------------------------///
//////////////////////////////////////////////////////////
#include "Record.h"
#include "Index.h"
#include <iostream>
using namespace std;
void API_Module(string SQL, bufferInfo* bufferInfo);
conditionInfo Str_To_Conds(string DB_Name,string Table_Name,string str);