MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / ~dbcallback_i

Method ~dbcallback_i

handlersocket/database.hpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected