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

Method fetch

src/backends/sqlite3/statement.cpp:369–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369statement_backend::exec_fetch_result
370sqlite3_statement_backend::fetch(int number)
371{
372 if (hasVectorIntoElements_ || number == 0)
373 return load_rowset(number);
374 else
375 return load_one();
376
377}
378
379long long sqlite3_statement_backend::get_affected_rows()
380{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected