Is there a performance gain when using bind variables when working with SQLite on Android? Can SQLite reuse parsed queries (like Oracle does) and thus save the SQL parsing time?
Thanks.
Alex
Is there a performance gain when using bind variables when working with SQLite on Android? Can SQLite reuse parsed queries (like Oracle does) and thus save the SQL parsing time?
Thanks.
Alex