Searched refs:OE_None (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18534 #define OE_None 0 /* There is no constraint to check */ macro
18645 ** must be unique and what to do if they are not. When Index.onError=OE_None,
18687 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
18725 #define IsUniqueIndex(X) ((X)->onError!=OE_None)
[all...]

Completed in 490 milliseconds