MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / sqlite3_exec

Function sqlite3_exec

modules/dasSQLITE/src/dasSQLITE.main.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#endif
23
24int sqlite3_exec(sqlite3 * db, const char * sql, char ** errmsg) {
25 return sqlite3_exec(db, sql, nullptr, nullptr, errmsg);
26}
27
28struct ExecCallback {
29 const Block * block = nullptr;

Callers 15

sqlite3_exec_cbFunction · 0.85
idxCreateFromConsFunction · 0.85
idxProcessOneTriggerFunction · 0.85
idxCreateVtabSchemaFunction · 0.85
idxBuildSampleTableFunction · 0.85
idxPopulateStat1Function · 0.85
sqlite3_expert_newFunction · 0.85
recoverExecFunction · 0.85
recoverWriteSchema1Function · 0.85
recoverWriteSchema2Function · 0.85
recoverStepFunction · 0.85
sqlite3_recover_finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected