Quantcast
Channel: Simon Dixon's Blog » SQLLite
Viewing all articles
Browse latest Browse all 2

Android SQLite Tip 2 – Use compiled SQL statements

$
0
0
In my last article  I talked about SQL Lite inserts on Android being optimised using a transaction. Another method I’ve found that speeds things up dramatically is to use compiled SQL statements with the SQLiteStatement class. I can’t believe I hadn’t used these before, I actually think working with a compiled statement is much nicer than working with the  standard SQL [...]

Viewing all articles
Browse latest Browse all 2

Trending Articles