Lines Matching defs:sqlite3_value
208 struct sqlite3_value { struct
209 union MemValue {
215 } u;
216 char *z; /* String or BLOB value */
217 int n; /* Number of characters in string value, excluding '\0' */
218 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
219 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
220 u8 eSubtype; /* Subtype for this value */
222 sqlite3 *db; /* The associated database connection */
223 int szMalloc; /* Size of the zMalloc allocation */
224 u32 uTemp; /* Transient storage for serial_type in OP_MakeRecord */
225 char *zMalloc; /* Space to hold MEM_Str or MEM_Blob if szMalloc>0 */
249 ** sqlite3_value_pointer(). argument