Home | History | Annotate | Download | only in dist

Lines Matching defs:zTable

5769 ** in row iRow, column zColumn, table zTable in database zDb;
5773 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5824 const char *zTable,
71312 const char *zTable, /* The table containing the blob */
71377 pTab = sqlite3LocateTable(pParse, 0, zTable, zDb);
71380 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable);
71385 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable);
73340 ** can be used. The zTable variable is the name of the table (the "Y"). This
73341 ** value can be NULL if zDb is also NULL. If zTable is NULL it
73698 const char *zTable;
73706 zTable = pExpr->pLeft->u.zToken;
73711 zTable = pRight->pLeft->u.zToken;
73714 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);