Public Member Functions | |
BDSMySQLVariable (G4String aVarName, G4String aVarType) | |
void | AddValue (G4double aVarValue) |
void | AddValue (G4String aVarValue) |
void | AddValue (G4int aVarValue) |
G4String | GetStrValue (G4int itemN) |
G4double | GetDblValue (G4int itemN) |
G4int | GetIntValue (G4int itemN) |
void | SetStrValue (G4int itemN, G4String newValue) |
void | SetDblValue (G4int itemN, G4double newValue) |
void | SetIntValue (G4int itemN, G4int newValue) |
G4int | GetNVariables () |
G4String | GetVarType () |
G4String | GetName () |
~BDSMySQLVariable () |
Definition at line 18 of file BDSMySQLTable.hh.