Representation of a mysql table.
More...
#include <BDSMySQLTable.hh>
Representation of a mysql table.
- Author
- John Carter
Definition at line 33 of file BDSMySQLTable.hh.
◆ BDSMySQLTable()
BDSMySQLTable::BDSMySQLTable |
( |
G4String |
aTableName | ) |
|
|
explicit |
◆ ~BDSMySQLTable()
BDSMySQLTable::~BDSMySQLTable |
( |
| ) |
|
◆ AddVariable()
void BDSMySQLTable::AddVariable |
( |
G4String |
aVarName, |
|
|
G4String |
aType |
|
) |
| |
◆ GetName()
G4String BDSMySQLTable::GetName |
( |
| ) |
const |
|
inline |
◆ GetNVariables()
G4int BDSMySQLTable::GetNVariables |
( |
| ) |
const |
|
inline |
◆ GetVariable() [1/2]
◆ GetVariable() [2/2]
◆ isValidVarType()
G4bool BDSMySQLTable::isValidVarType |
( |
G4String |
val | ) |
|
|
private |
◆ Print()
void BDSMySQLTable::Print |
( |
| ) |
|
◆ SetValidVarTypes()
void BDSMySQLTable::SetValidVarTypes |
( |
| ) |
|
|
private |
◆ _validVarTypes
std::vector<G4String> BDSMySQLTable::_validVarTypes |
|
private |
◆ itsNVariables
G4int BDSMySQLTable::itsNVariables |
|
private |
◆ itsTableName
G4String BDSMySQLTable::itsTableName |
|
private |
◆ itsVar
The documentation for this class was generated from the following files: