Searched refs:OE_SetNull (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ | ||
H A D | sqliteInt.h | 587 #define OE_SetNull 7 /* Set the foreign key value to NULL */ macro |
H A D | parse.y | 215 refact(A) ::= SET NULL. { A = OE_SetNull; } |