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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c12698 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
12712 ** If the MEM_Null flag is set, then the value is an SQL NULL value.
12721 #define MEM_Null 0x0001 /* Value is NULL */ macro
[all...]

Completed in 305 milliseconds