tinydbms-nthu Code
A course project for NTHU's Database cource
Brought to you by:
phoenixyjll,
wegnahz
MiniDBMS: Mini Database Management System Developer: Qiang Fu, Jianbang Wu Last Modification Date: 2013.4.24 How to Run: 1. make 2. ./MiniDBMS [input_file_name] Files Introduction: README description of the project Makefile makefile MiniDBMS.cpp main program that contains main() MiniDBMS.h definition of classes and functions MiniDBMS.l flex source file,the lexer MiniDBMS.y bison source file,the parser table.cpp functions about table manipulations record.cpp functions about record manipulations destructor.cpp functions that release the memory of links input.txt sample input output.txt sample output