Lines Matching refs:zTable
4163 const char *zTable; local
4172 zTable = azArg[0];
4175 if( zTable==0 ) return 0;
4180 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){
4182 }else if( sqlite3_strglob("sqlite_stat?", zTable)==0 && !noSys ){
4184 }else if( cli_strncmp(zTable, "sqlite_", 7)==0 ){
4197 zTable, zTable, zSql);
4214 azCol = tableColumnList(p, zTable);
4223 appendText(&sTable, zTable, quoteChar(zTable));
4253 appendText(&sSelect, zTable, quoteChar(zTable));
5634 ** Try to transfer data for table zTable. If an error is seen while
5641 const char *zTable argument
5649 int nTable = strlen30(zTable);
5654 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\"", zTable);
5667 "INSERT OR IGNORE INTO \"%s\" VALUES(?", zTable);
5727 zTable);
5731 utf8_printf(stderr, "Warning: cannot step \"%s\" backwards", zTable);
8381 char *zTable = 0; /* Insert data into this table */ local
8413 }else if( zTable==0 ){
8414 zTable = z;
8442 if( zTable==0 ){
8529 zFullTabName = sqlite3_mprintf("\"%w\".\"%w\"", zSchema, zTable);
8531 zFullTabName = sqlite3_mprintf("\"%w\"", zTable);