
Public Member Functions | |
| BDSMySQLWrapper (const G4String &SQLFileName) | |
| ~BDSMySQLWrapper () | |
| std::vector< BDSMySQLTable * > | ConstructTable () |
| G4int | GetComponentN () |
Data Fields | |
| std::vector< BDSMySQLTable * > | table |
Private Member Functions | |
| G4int | ReadComponent () |
Private Attributes | |
| std::ifstream | ifs |
| G4String | CurrentTableName |
| G4String | InsertTableName |
| G4int | ComponentN |
| G4int | tableN |
Definition at line 20 of file BDSMySQLWrapper.hh.
1.4.7