Public Member Functions | |
BDSMySQLTable (G4String aTableName) | |
~BDSMySQLTable () | |
void | AddVariable (G4String aVarName, G4String aType) |
G4String | GetName () |
G4int | GetNVariables () |
BDSMySQLVariable * | GetVariable (G4String aVarName) |
BDSMySQLVariable * | GetVariable (G4int aVarN) |
Private Attributes | |
G4int | itsNVariables |
G4String | itsTableName |
std::vector< BDSMySQLVariable * > | itsVar |
Definition at line 114 of file BDSMySQLTable.hh.