On Fri, May 8, 2015 at 7:01 PM, Stephen Broberg <SBroberg at carbonite.com>
wrote:

> (e.g., insert, update, delete, select, etc.).  Specifically, I?d like to
> know whether a statement that either has run or is about to be run (via
> sqlite3_step) is a read-only (select) or write (pretty much everything
> else) operation.


Not a complete answer, but a SELECT (or select-like pragma) will have a
column count of >0.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf

Reply via email to