Searched refs:zDBase (Results 1 – 1 of 1) sorted by relevance
113 const char *zDBase; /* Name of database being accessed */ in sqliteAuthRead() local143 zDBase = db->aDb[pExpr->iDb].zName; in sqliteAuthRead()144 rc = db->xAuth(db->pAuthArg, SQLITE_READ, pTab->zName, zCol, zDBase, in sqliteAuthRead()151 zDBase, pTab->zName, zCol); in sqliteAuthRead()
Completed in 5 milliseconds