Home | History | Annotate | Download | only in dist

Lines Matching defs:zTbl

65249       const char *zTbl; /* Table name - used by the opdate hook */
68921 const char *zTbl; /* Table name - used by the opdate hook */
68972 u.bh.zTbl = pOp->p4.z;
68975 db->xUpdateCallback(db->pUpdateArg, u.bh.op, u.bh.zDb, u.bh.zTbl, u.bh.iKey);
69040 const char *zTbl = pOp->p4.z;
69041 db->xUpdateCallback(db->pUpdateArg, SQLITE_DELETE, zDb, zTbl, u.bi.iKey);
117642 const char *zTbl, /* Name of content table */
117648 char *zSql; /* "SELECT *" statement on zTbl */
117651 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", zDb, zTbl);