Home | History | Annotate | Download | only in orig

Lines Matching defs:zTbl

65221       const char *zTbl; /* Table name - used by the opdate hook */
68893 const char *zTbl; /* Table name - used by the opdate hook */
68944 u.bh.zTbl = pOp->p4.z;
68947 db->xUpdateCallback(db->pUpdateArg, u.bh.op, u.bh.zDb, u.bh.zTbl, u.bh.iKey);
69012 const char *zTbl = pOp->p4.z;
69013 db->xUpdateCallback(db->pUpdateArg, SQLITE_DELETE, zDb, zTbl, u.bi.iKey);
117606 const char *zTbl, /* Name of content table */
117612 char *zSql; /* "SELECT *" statement on zTbl */
117615 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", zDb, zTbl);