| 20 | { |
| 21 | public: |
| 22 | static DBConnection createConnection( std::string const & /*dbName*/ ) { |
| 23 | return DBConnection(); |
| 24 | } |
| 25 | |
| 26 | bool executeSQL( std::string const & /*query*/, int const /*id*/, std::string const & arg ) { |
| 27 | if ( arg.length() == 0 ) { |
nothing calls this directly
no test coverage detected