* Gets the name of the object. * @return class name of processor */
| 32 | * @return class name of processor |
| 33 | */ |
| 34 | std::string getName() override { |
| 35 | return "SQLFactory"; |
| 36 | } |
| 37 | |
| 38 | std::string getClassName() override{ |
| 39 | return "SQLFactory"; |
no outgoing calls