| 58 | |
| 59 | struct dbcallback_i { |
| 60 | virtual ~dbcallback_i () { } |
| 61 | virtual void dbcb_set_prep_stmt(size_t pst_id, const prep_stmt& v) = 0; |
| 62 | virtual const prep_stmt *dbcb_get_prep_stmt(size_t pst_id) const = 0; |
| 63 | virtual void dbcb_resp_short(uint32_t code, const char *msg) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected