| 300 | } |
| 301 | |
| 302 | void DbConnection::CleanUpExecuteQuery(const String&, const String&, double) |
| 303 | { |
| 304 | /* Default handler does nothing. */ |
| 305 | } |
| 306 | |
| 307 | void DbConnection::SetConfigHash(const DbObject::Ptr& dbobj, const String& hash) |
| 308 | { |
nothing calls this directly
no outgoing calls
no test coverage detected