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

Function factory_sqlite3

src/backends/sqlite3/factory.cpp:27–30  ·  view source on GitHub ↗

for dynamic backend loading

Source from the content-addressed store, hash-verified

25
26// for dynamic backend loading
27SOCI_SQLITE3_DECL backend_factory const * factory_sqlite3()
28{
29 return &soci::sqlite3;
30}
31
32SOCI_SQLITE3_DECL void register_factory_sqlite3()
33{

Callers 1

test-sqlite3.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected