* Automatically delete the old referers table.
This commit is contained in:
parent
8463f27d8c
commit
d87549c1c7
3 changed files with 31 additions and 5 deletions
|
|
@ -65,6 +65,8 @@ public:
|
|||
void close();
|
||||
|
||||
TableId openTable(const string & table, bool sorted = false);
|
||||
void closeTable(TableId table);
|
||||
void deleteTable(const string & table);
|
||||
|
||||
bool queryString(const Transaction & txn, TableId table,
|
||||
const string & key, string & data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue