MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / NSqlQuery

Method NSqlQuery

sql/nsqlquery.cpp:43–49  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

41
42// Constructor
43NSqlQuery::NSqlQuery(DatabaseConnection *db) :
44 QSqlQuery(db->conn)
45{
46 this->db = db;
47 DEBUG_TRIGGER = 100;
48 INDEX_PAUSE_TRIGGER = 10;
49}
50
51
52// Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected