Searched refs:zTarget (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 20072 char *zTarget; /* Target table for DELETE, UPDATE, INSERT */ member 117478 if( rc==SQLITE_OK && pStep->zTarget ){ 117751 if( pStep->zTarget ){ 117752 Table *pTarget = sqlite3LocateTable(&sParse, 0, pStep->zTarget, zDb); 117966 if( pStep->zTarget && 0==sqlite3_stricmp(pStep->zTarget, zOld) ){ 117967 renameTokenFind(&sParse, &sCtx, pStep->zTarget); 132768 pStep->zTarget = (char *)&pStep[1]; 132769 memcpy((char *)pStep->zTarget, zFrom, nFrom); 152077 if( pStep->zTarget!=0 152078 && sqlite3ShadowTableName(db, pStep->zTarget) [all …]
|
H A D | shell.c | 24779 const char *zTarget = (const char*)sqlite3_column_text(pSql, 3); in lintFkeyIndexes() local 24809 oputf("%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes() 24812 zIndent, zFrom, zTarget in lintFkeyIndexes()
|