提交 3b4fabc7 编写于 作者: H Hongze Cheng

more tkv

上级 523ba0ab
...@@ -28,11 +28,13 @@ extern "C" { ...@@ -28,11 +28,13 @@ extern "C" {
struct TDB { struct TDB {
pgsize_t pageSize; pgsize_t pageSize;
tdb_db_t type; tdb_db_t type;
char * fname;
char * dbname;
union { union {
TDB_BTREE *btree; TDB_BTREE *btree;
TDB_HASH * hash; TDB_HASH * hash;
TDB_HEAP * heap; TDB_HEAP * heap;
} dbam; // Different access methods } dbam; // db access method
}; };
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册