BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
rdbModel::Index Class Reference

#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)
 Index (Table *myTable=0)
 ~Index ()
const std::string & getName () const
bool isPrimary () const
const std::vector< std::string > & getColumnNames ()
Visitor::VisitorState accept (Visitor *v)
 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

Detailed Description

rdbModel representation of a(n SQL-like) key (aka index) description

Definition at line 19 of file Calibration/rdbModel/include/rdbModel/Tables/Index.h.

Constructor & Destructor Documentation

◆ Index() [1/3]

rdbModel::Index::Index ( Table * myTable = 0)
inline

Definition at line 21 of file Calibration/rdbModel/include/rdbModel/Tables/Index.h.

21: m_myTable( myTable ){};

◆ ~Index() [1/3]

rdbModel::Index::~Index ( )
inline

Definition at line 22 of file Calibration/rdbModel/include/rdbModel/Tables/Index.h.

22{};

◆ Index() [2/3]

rdbModel::Index::Index ( Table * myTable = 0)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/rdbModel/Tables/Index.h.

21: m_myTable( myTable ){};

◆ ~Index() [2/3]

rdbModel::Index::~Index ( )
inline

◆ Index() [3/3]

rdbModel::Index::Index ( Table * myTable = 0)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/rdbModel/Tables/Index.h.

21: m_myTable( myTable ){};

◆ ~Index() [3/3]

rdbModel::Index::~Index ( )
inline

Member Function Documentation

◆ accept() [1/3]

Visitor::VisitorState rdbModel::Index::accept ( Visitor * v)

Definition at line 8 of file Index.cxx.

8 {
9 Visitor::VisitorState state = v->visitIndex( this );
10 if ( state == Visitor::VBRANCHDONE ) return Visitor::VCONTINUE;
11 return state;
12 }
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
Definition KarLud.h:35

◆ accept() [2/3]

Visitor::VisitorState rdbModel::Index::accept ( Visitor * v)

◆ accept() [3/3]

Visitor::VisitorState rdbModel::Index::accept ( Visitor * v)

◆ getColumnNames() [1/3]

const std::vector< std::string > & rdbModel::Index::getColumnNames ( )

Definition at line 14 of file Index.cxx.

14{ return m_indexCols; }

◆ getColumnNames() [2/3]

const std::vector< std::string > & rdbModel::Index::getColumnNames ( )

◆ getColumnNames() [3/3]

const std::vector< std::string > & rdbModel::Index::getColumnNames ( )

◆ getName() [1/3]

const std::string & rdbModel::Index::getName ( ) const
inline

Definition at line 24 of file Calibration/rdbModel/include/rdbModel/Tables/Index.h.

24{ return m_name; };

Referenced by rdbModel::Table::getIndexByName().

◆ getName() [2/3]

const std::string & rdbModel::Index::getName ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-dbg/include/rdbModel/Tables/Index.h.

24{ return m_name; };

◆ getName() [3/3]

const std::string & rdbModel::Index::getName ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-opt/include/rdbModel/Tables/Index.h.

24{ return m_name; };

◆ isPrimary() [1/3]

bool rdbModel::Index::isPrimary ( ) const
inline

Definition at line 25 of file Calibration/rdbModel/include/rdbModel/Tables/Index.h.

25{ return m_primary; }

◆ isPrimary() [2/3]

bool rdbModel::Index::isPrimary ( ) const
inline

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-dbg/include/rdbModel/Tables/Index.h.

25{ return m_primary; }

◆ isPrimary() [3/3]

bool rdbModel::Index::isPrimary ( ) const
inline

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-opt/include/rdbModel/Tables/Index.h.

25{ return m_primary; }

◆ rdbModel::XercesBuilder


The documentation for this class was generated from the following files: