Home
last modified time | relevance | path

Searched refs:zDbase (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Ddbstat.c750 const char *zDbase = (const char*)sqlite3_value_text(argv[iArg++]); in statFilter() local
751 pCsr->iDb = sqlite3FindDbName(pTab->db, zDbase); in statFilter()
H A Dbuild.c437 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable() argument
450 p = sqlite3FindTable(db, zName, zDbase); in sqlite3LocateTable()
475 if( zDbase ){ in sqlite3LocateTable()
476 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName); in sqlite3LocateTable()