Home
last modified time | relevance | path

Searched defs:ifnotexists (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dparse.y192 ifnotexists(A) ::= . {A = 0;} in ifnotexists() function
193 ifnotexists(A) ::= IF NOT EXISTS. {A = 1;} in ifnotexists() function