BOSS 7.0.9
BESIII Offline Software System
|
#include <Index.h>
Public Member Functions | |
Index (Table *myTable=0) | |
~Index () | |
const std::string & | getName () const |
bool | isPrimary () const |
const std::vector< std::string > & | getColumnNames () |
Visitor::VisitorState | accept (Visitor *v) |
Friends | |
class | rdbModel::XercesBuilder |
rdbModel representation of a(n SQL-like) key (aka index) description
|
inline |
Visitor::VisitorState rdbModel::Index::accept | ( | Visitor * | v | ) |
Definition at line 7 of file Index.cxx.
const std::vector< std::string > & rdbModel::Index::getColumnNames | ( | ) |
|
inline |
Definition at line 24 of file Index.h.
Referenced by rdbModel::Table::getIndexByName().
|
inline |
|
friend |