memdb.h File Reference
#include "db/db.h"
#include "memdb/memdbacc.h"
#include "base/vector.h"
#include "base/list.h"
#include "base/map.h"
#include "base/common.h"
Go to the source code of this file.
Typedef Documentation
const iterator of memdb_index_t
Definition at line 456 of file memdb.h.
maps rowset iterator to the correct position
Definition at line 453 of file memdb.h.
const iterator of memdb_rowset_t
Definition at line 409 of file memdb.h.
iterator of memdb_rowset_t
Definition at line 406 of file memdb.h.
Function Documentation
compare two db values with the same type
- Parameters:
-
type |
db type |
first |
first value |
second |
second value |
case_insensitive |
case insesitive flag |
Referenced by memdb_rowset_less::operator()().