Searched refs:zTable (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 1648 const char *zTable; in dump_callback() local 1656 zTable = azArg[0]; in dump_callback() 1660 if( strcmp(zTable, "sqlite_sequence")==0 ){ in dump_callback() 1662 }else if( sqlite3_strglob("sqlite_stat?", zTable)==0 ){ in dump_callback() 1664 }else if( strncmp(zTable, "sqlite_", 7)==0 ){ in dump_callback() 1675 zTable, zTable, zSql); in dump_callback() 1691 zTableInfo = appendText(zTableInfo, zTable, '"'); in dump_callback() 1703 zTmp = appendText(zTmp, zTable, '"'); in dump_callback() 1728 zSelect = appendText(zSelect, zTable, '"'); in dump_callback() 2280 const char *zTable in tryToCloneData() argument [all …]
|
D | sqlite3.h | 5845 const char *zTable,
|
D | sqlite3.c | 6052 const char *zTable, 77532 const char *zTable, /* The table containing the blob */ 77585 if( !sqlite3SafetyCheckOk(db) || zTable==0 ){ 77605 pTab = sqlite3LocateTable(pParse, 0, zTable, zDb); 77608 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable); 77612 sqlite3ErrorMsg(pParse, "cannot open table without rowid: %s", zTable); 77617 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable); 81955 const char *zTable; 81963 zTable = pExpr->pLeft->u.zToken; 81968 zTable = pRight->pLeft->u.zToken; [all …]
|
/external/sqlite/dist/ |
D | shell.c | 1654 const char *zTable; in dump_callback() local 1662 zTable = azArg[0]; in dump_callback() 1666 if( strcmp(zTable, "sqlite_sequence")==0 ){ in dump_callback() 1668 }else if( sqlite3_strglob("sqlite_stat?", zTable)==0 ){ in dump_callback() 1670 }else if( strncmp(zTable, "sqlite_", 7)==0 ){ in dump_callback() 1681 zTable, zTable, zSql); in dump_callback() 1697 zTableInfo = appendText(zTableInfo, zTable, '"'); in dump_callback() 1709 zTmp = appendText(zTmp, zTable, '"'); in dump_callback() 1734 zSelect = appendText(zSelect, zTable, '"'); in dump_callback() 2302 const char *zTable in tryToCloneData() argument [all …]
|
D | sqlite3.h | 5845 const char *zTable,
|
D | sqlite3.c | 6052 const char *zTable, 77550 const char *zTable, /* The table containing the blob */ 77603 if( !sqlite3SafetyCheckOk(db) || zTable==0 ){ 77623 pTab = sqlite3LocateTable(pParse, 0, zTable, zDb); 77626 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable); 77630 sqlite3ErrorMsg(pParse, "cannot open table without rowid: %s", zTable); 77635 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable); 81973 const char *zTable; 81981 zTable = pExpr->pLeft->u.zToken; 81986 zTable = pRight->pLeft->u.zToken; [all …]
|