On Feb 12, 2019, at 10:30 AM, Zach Wasserman <zachwass2...@gmail.com> wrote:
> 
> Is anyone aware of an API I can use to determine which tables are accessed
> by a given query? Or, is there a way to retrieve the parsed AST of a query?
> If this is possible directly through the SQLite shell that would be great,
> but C API would work as well.

EXPLAIN QUERY PLAN?   https://www.sqlite.org/lang_explain.html

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to