Home
Name Modified Size InfoDownloads / Week
README 2013-04-24 637 Bytes
Final Project 1 (Stage 1) - Mini DBMS - Sample Testing Sheet.docx 2013-04-24 58.5 kB
Project 1 (Full) - Mini DBMS - Description _ Requirements - v3.pdf 2013-04-24 189.0 kB
Totals: 3 Items   248.2 kB 0
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
Source: README, updated 2013-04-24