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

Method execute

src/backends/empty/statement.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35statement_backend::exec_fetch_result
36empty_statement_backend::execute(int /* number */)
37{
38 // ...
39 return ef_success;
40}
41
42statement_backend::exec_fetch_result
43empty_statement_backend::fetch(int /* number */)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected