The class encapsulating the insert and delete operators. More...
#include <updates.h>
Static Public Member Functions | |
| static void | Insert (const std::string &relation, int attrCnt, const attrInfo attrList[]) |
| void badgerdb::Updates::Insert | ( | const std::string & | relation, |
| int | attrCnt, | ||
| const attrInfo | attrList[] | ||
| ) | [static] |
The insert operator. Get Attribute information for the relation from attribute catalog. For every indexed attribute create a Index object. Make a record using attrOffset and attrLen values obtained from attribute catalog. Insert that record into the relation file. Add entries corresponding to this new record in every new relation.
Definition at line 21 of file updates.cpp.
{
}
1.7.6.1