#include <Table.h>
Public Member Functions | |
| TableIndex (ptr< TableEnvironment > tenv, Table &table, string field_name) | |
| ~TableIndex () | |
| void | insertRow (const Dbt &pkey, const Dbt &value) |
| void | deleteRow (const Dbt &pkey, const Dbt &value) |
| string | as_string () const |
| string | getFieldName () const |
| size_t | getKeyLength () const |
| Dbc * | getDbCursor () |
|
||||||||||||||||
|
was: _db->open(name.c_str(), NULL, DB_BTREE, DB_CREATE, 0); |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.3.8