MCPcopy Create free account
hub / github.com/anse1/sqlsmith / schema_sqlite

Class schema_sqlite

sqlite.hh:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24struct schema_sqlite : schema, sqlite_connection {
25 schema_sqlite(std::string &conninfo, bool no_catalog);
26 virtual std::string quote_name(const std::string &id) {
27 return id;
28 }
29};
30
31struct dut_sqlite : dut_base, sqlite_connection {
32 virtual void test(const std::string &stmt);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected