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

Method table_creator_get_last_insert_id

tests/sqlite3/test-sqlite3.cpp:1117–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115 }
1116
1117 table_creator_base* table_creator_get_last_insert_id(soci::session& s) const override
1118 {
1119 return new table_creator_from_str(s,
1120 "create table soci_test (id integer primary key, val integer)");
1121 }
1122
1123 table_creator_base* table_creator_blob(soci::session& s) const override
1124 {

Callers 1

test-common.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected