Public Member Functions | |
| virtual void | retain () |
| virtual void | release () |
| virtual void | finalize () |
| virtual CSObject * | getKey () |
| virtual int | compareKey (CSObject *) |
| virtual uint32_t | hashKey () |
| virtual CSObject * | getHashLink () |
| virtual void | setHashLink (CSObject *) |
| virtual CSObject * | getNextLink () |
| virtual CSObject * | getPrevLink () |
| virtual void | setNextLink (CSObject *) |
| virtual void | setPrevLink (CSObject *) |
Static Public Member Functions | |
| static void | startUp () |
| static void | shutDown () |
| static void | debug (MSOpenTable *otab) |
| static MSOpenTable * | getOpenTableByID (uint32_t db_id, uint32_t tab_id) |
| static MSOpenTable * | getOpenTableForDB (uint32_t db_id) |
| static void | releaseTable (MSOpenTable *otab) |
| static bool | removeTablePoolIfEmpty (MSOpenTablePool *pool) |
| static void | removeTablePool (MSOpenTablePool *pool) |
| static void | removeTablePool (MSOpenTable *otab) |
| static void | removeDatabaseTables (MSDatabase *database) |
| static MSOpenTablePool * | lockTablePoolForDeletion (uint32_t db_id, uint32_t tab_id, CSString *db_name, CSString *tab_name) |
| static MSOpenTablePool * | lockTablePoolForDeletion (MSTable *table) |
| static MSOpenTablePool * | lockTablePoolForDeletion (CSString *table_url) |
| static MSOpenTablePool * | lockTablePoolForDeletion (MSOpenTable *otab) |
| static void | unlockTablePool (MSOpenTablePool *pool) |
Static Private Attributes | |
| static CSSyncOrderedList * | gPoolListByID |
Definition at line 183 of file open_table_ms.h.