tinySQL
0.1
A self-contained database management system
|
This is the complete list of members for IndexManager, including all inherited members.
CheckExistance(const std::string &indexName, const Data &key, Index_t &id) (defined in IndexManager) | IndexManager | |
CreateIndex(const std::string &indexName) | IndexManager | |
DeleteId(const std::string &indexName, const Data &key) | IndexManager | |
DropIndex(const std::string &indexName) | IndexManager | |
FindId(const std::string &indexName, const Data &key, Index_t &result) | IndexManager | |
FindId(const std::string &indexName, const Data &lower_key, const Data &upper_key, std::vector< Index_t > &result) | IndexManager | |
IndexManager(BufferManager *bfm) (defined in IndexManager) | IndexManager | |
InsertId(const std::string &indexName, const Data &Key, const Index_t &rec_ptr) | IndexManager | |
UpdateId(const std::string &indexName, const Data &key, const Index_t &new_rec_ptr) | IndexManager | |
UpdateKey(const std::string &indexName, const Data &key, const Data &new_key) (defined in IndexManager) | IndexManager |