Home
last modified time | relevance | path

Searched refs:ifNotExists (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20910 u8 ifNotExists; /* Might be true if IF NOT EXISTS. Assert()s only */ member
127979 assert( pParse->bReturning==0 || pParse->ifNotExists );
128008 || pParse->nErr || pParse->ifNotExists );
158385 VVA_ONLY( pParse->ifNotExists = 1; )
162273 int ifNotExists /* No error if the table already exists */ argument
162278 sqlite3StartTable(pParse, pName1, pName2, 0, 0, 1, ifNotExists);