Searched refs:tToCol (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | fkey.c | 1244 Token tToCol; /* Name of column in parent table */ in fkActionTrigger() local 1252 sqlite3TokenInit(&tToCol, in fkActionTrigger() 1263 sqlite3ExprAlloc(db, TK_ID, &tToCol, 0)), in fkActionTrigger() 1277 sqlite3ExprAlloc(db, TK_ID, &tToCol, 0)), in fkActionTrigger() 1280 sqlite3ExprAlloc(db, TK_ID, &tToCol, 0)) in fkActionTrigger() 1290 sqlite3ExprAlloc(db, TK_ID, &tToCol, 0)); in fkActionTrigger()
|