Is there any way to get a sqlite3_value for a column value of a statement result? I'd like to have some way to fetch all of the rows from a query (akin to sqlite3_get_table), but to still be able to use the sqlite data-conversion bits.
I can also implement what I'm looking for if I had a way to clone a
statement with all current parameter bindings intact... I'm not sure
how hard that would be to implement.
Thanks,
- Vlad

