Home
last modified time | relevance | path

Searched refs:zDb (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/
Dshell.c879 const char *zDb, /* Name of db to read ("main", "temp") */ in genfkey_create_triggers() argument
1011 UNUSED_PARAMETER(zDb); in genfkey_create_triggers()
2316 const char *zDb; in do_meta_command() local
2321 zDb = "main"; in do_meta_command()
2324 zDb = azArg[1]; in do_meta_command()
2333 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb); in do_meta_command()
2802 const char *zDb; in do_meta_command() local
2809 zDb = "main"; in do_meta_command()
2812 zDb = azArg[1]; in do_meta_command()
2821 pBackup = sqlite3_backup_init(p->db, zDb, pSrc, "main"); in do_meta_command()
Dsqlite3.c4987 const char *zDb,
9838 const char *zDb; /* Make sure all objects are contained in this database */ member
45780 static Btree *findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb){
45781 int i = sqlite3FindDbName(pDb, zDb);
45805 sqlite3Error(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb);
52801 const char *zDb; /* database name - used by the update hook */
56278 const char *zDb; /* database name - used by the update hook */
56327 u.bf.zDb = db->aDb[u.bf.pC->iDb].zName;
56331 db->xUpdateCallback(db->pUpdateArg, u.bf.op, u.bf.zDb, u.bf.zTbl, u.bf.iKey);
56395 const char *zDb = db->aDb[u.bg.pC->iDb].zName;
[all …]
Dsqlite3.h4463 const char *zDb,
Dsqlite3.c.orig4933 ** in row iRow, column zColumn, table zTable in database zDb;
4937 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
4987 const char *zDb,
9833 const char *zDb; /* Make sure all objects are contained in this database */
45761 ** Return a pointer corresponding to database zDb (i.e. "main", "temp")
45769 static Btree *findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb){
45770 int i = sqlite3FindDbName(pDb, zDb);
45794 sqlite3Error(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb);
52790 const char *zDb; /* database name - used by the update hook */
56267 const char *zDb; /* database name - used by the update hook */
[all …]
Dsqlite3.h.orig4409 ** in row iRow, column zColumn, table zTable in database zDb;
4413 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
4463 const char *zDb,
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2608 const char *zDb,