SQLite Beginner Question. Android Content resolver.update(...) insert(...) -


do explicitly write where clause insert/updates?

like so:

cr.update(uri, values, "where _id="+id, null);

contentresolver.update()

about where parameter:

a filter apply rows before updating, formatted sql clause (excluding itself).


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -