For example, I want to do the following to upgrade a database.
Is there a constant that I can use instead of null that will not compile if I use it like:
ContentValues args = new ContentValues(); args.put(KEY_RISK_AMOUNT, null);
android sql database sqlite
steve Jun 04 2018-11-11T00: 00Z
source share