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

Function sqlite3_dbdata_init

modules/dasSQLITE/sqlite/shell.c:13452–13460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13450
13451#endif
13452int sqlite3_dbdata_init(
13453 sqlite3 *db,
13454 char **pzErrMsg,
13455 const sqlite3_api_routines *pApi
13456){
13457 SQLITE_EXTENSION_INIT2(pApi);
13458 (void)pzErrMsg;
13459 return sqlite3DbdataRegister(db);
13460}
13461
13462#endif /* ifndef SQLITE_OMIT_VIRTUALTABLE */
13463

Callers 2

recoverOpenOutputFunction · 0.85
open_dbFunction · 0.85

Calls 1

sqlite3DbdataRegisterFunction · 0.85

Tested by

no test coverage detected