Searched defs:onconf (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | parse.y | 382 ccons ::= NOT NULL onconf(R). {sqlite3AddNotNull(pParse, R);} in onconf() function 385 ccons ::= UNIQUE onconf(R). {sqlite3CreateIndex(pParse,0,0,0,0,R,0,0,0,0, in onconf() function
|
| H A D | delete.c | 742 u8 onconf, /* Default ON CONFLICT policy for triggers */ in sqlite3GenerateRowDelete()
|