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

Method TableCreatorCLOB

tests/firebird/test-firebird.cpp:1170–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168struct TableCreatorCLOB : public tests::table_creator_base
1169{
1170 TableCreatorCLOB(soci::session & sql)
1171 : tests::table_creator_base(sql)
1172 {
1173 sql << "create table soci_test(id integer, s blob sub_type text)";
1174 sql.commit();
1175 sql.begin();
1176 }
1177};
1178
1179struct TableCreatorBLOB : public tests::table_creator_base

Callers

nothing calls this directly

Calls 2

commitMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected