https://sqlite.org/draft/c3ref/result_blob.html

host-language pointer P or type T

or should be of

Also, a question.  sqlite3_bind_pointer(C, P, T) and sqlite3_value_pointer(C, 
P, T) indicates that T should be a "static string".  Does this mean of type 
SQLITE_STATIC and that it cannot be a string located on the stack (ie, an 
SQLITE_TRANSIENT), or is a copy made of the string value (ala SQLITE_TRANSIENT) 
for future use?

---
Life should not be a journey to the grave with the intention of arriving safely 
in a pretty and well preserved body, but rather to skid in broadside in a cloud 
of smoke, thoroughly used up, totally worn out, and loudly proclaiming "Wow! 
What a Ride!"
 -- Hunter S. Thompson




_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to