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

Method ~database_i

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

Source from the content-addressed store, hash-verified

28
29struct database_i {
30 virtual ~database_i() { }
31 virtual dbcontext_ptr create_context(bool for_write) volatile = 0;
32 virtual void stop() volatile = 0;
33 virtual const config& get_conf() const volatile = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected