Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h587 #define OE_SetNull 7 /* Set the foreign key value to NULL */ macro
H A Dparse.y215 refact(A) ::= SET NULL. { A = OE_SetNull; }