MCPcopy Create free account
hub / github.com/SOCI/soci / drop

Method drop

tests/postgresql/test-postgresql.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218private:
219 void drop()
220 {
221 try { sql_ << "drop function soci_test(varchar)"; } catch (soci_error&) {}
222 }
223 session& sql_;
224
225 SOCI_NOT_COPYABLE(function_creator)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected