shell.c | 295 sqlite3 *db; member in struct:schema_vtab 320 sqlite3 *db, 347 pVtab->db = (sqlite3 *)pAux; 349 rc = sqlite3_declare_vtab(db, pType->zSchema); 484 rc = sqlite3_prepare(pVtab->db, zSql, -1, &pCur->pTableList, 0); 502 rc = sqlite3_prepare(pVtab->db, zSql, -1, &pCur->pColumnList, 0); 532 rc = sqlite3_prepare(pVtab->db,"SELECT 0, 'main'", -1, &pCur->pDbList, 0); 575 static int installSchemaModule(sqlite3 *db, sqlite3 *sdb){ 576 sqlite3_create_module(db, "schema", &schemaModule, (void *)sdb); 733 sqlite3 *db, /* Database connection * 1005 sqlite3 *db = 0; local 1077 static sqlite3 *db = 0; variable 1261 sqlite3 *db; \/* The database *\/ member in struct:callback_data 2073 sqlite3 *db; \/* Database handle *\/ member in struct:GenfkeyCmd [all...] |