* Get last database operation error string. * @return {const char*} */
| 314 | * @return {const char*} |
| 315 | */ |
| 316 | virtual const char* get_error() const { |
| 317 | return "unkonwn error"; |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Pure virtual interface. Subclasses must implement this interface to open |
no outgoing calls
no test coverage detected
searching dependent graphs…