Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 449 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 449 Bytes

Relation DataBase Managment System in C++

Consists of folowing basic classes:

  • Table
  • DataBase
  • DBFileLoader

Parses SQL statements:

  • CREATE TABLE
  • SELECT
  • INSERT
  • INNER JOIN

And additional RDBMS commands:

  • CREATE DUMP
  • RESTORE
  • QUIT

Overloads operators and constructors:

  • Default constructor, copy constructor, constructor with params
  • Assignment operator
  • Array subscript operator
  • Stream extraction and insertion operator