#include <index_desc.h>
§ index_desc_t()
| index_desc_t::index_desc_t |
( |
table_desc_t * |
table, |
|
|
string |
name, |
|
|
const int |
fieldcnt, |
|
|
const unsigned * |
fields, |
|
|
bool |
unique = true, |
|
|
bool |
primary = false, |
|
|
bool |
rmapholder = false |
|
) |
| |
§ ~index_desc_t()
| index_desc_t::~index_desc_t |
( |
| ) |
|
§ field_count()
| unsigned index_desc_t::field_count |
( |
| ) |
const |
|
inline |
§ get_keysize()
| int index_desc_t::get_keysize |
( |
| ) |
|
|
inline |
§ is_fid_valid()
| bool index_desc_t::is_fid_valid |
( |
| ) |
const |
|
inline |
§ is_key_index()
| bool index_desc_t::is_key_index |
( |
unsigned |
i | ) |
|
|
inline |
§ is_primary()
| bool index_desc_t::is_primary |
( |
| ) |
const |
|
inline |
§ is_rmapholder()
| bool index_desc_t::is_rmapholder |
( |
| ) |
const |
|
inline |
§ is_unique()
| bool index_desc_t::is_unique |
( |
| ) |
const |
|
inline |
§ key_index()
| int index_desc_t::key_index |
( |
const unsigned |
index | ) |
const |
§ load_stid()
§ matches_name()
| bool index_desc_t::matches_name |
( |
const char * |
name | ) |
|
§ name()
| string index_desc_t::name |
( |
| ) |
const |
|
inline |
§ print_desc()
| void index_desc_t::print_desc |
( |
ostream & |
os | ) |
|
§ set_keysize()
| void index_desc_t::set_keysize |
( |
const unsigned |
sz | ) |
|
|
inline |
§ set_stid()
| void index_desc_t::set_stid |
( |
StoreID const & |
stid | ) |
|
|
inline |
§ stid()
§ table()
§ table_desc_t
§ _field_count
| unsigned index_desc_t::_field_count |
|
private |
§ _key
| unsigned* index_desc_t::_key |
|
private |
§ _keydesc
§ _keydesc_lock
§ _latchless
| bool index_desc_t::_latchless |
|
private |
§ _maxkeysize
| unsigned index_desc_t::_maxkeysize |
|
private |
§ _name
| string index_desc_t::_name |
|
private |
§ _nolock
| bool index_desc_t::_nolock |
|
private |
§ _primary
| bool index_desc_t::_primary |
|
private |
§ _rmapholder
| bool index_desc_t::_rmapholder |
|
private |
§ _stid
§ _table
§ _unique
| bool index_desc_t::_unique |
|
private |
The documentation for this class was generated from the following files: