SQLite的一些用法


1)  SQLiteQueryBuilder:跟java里面的prepareStatement差不多

2)  UriMatcher:用来匹配uri的

3)  TextUtils.isEmpty()

4)  cursor.setNotificationUri //tell the cursor which uri to watch, so it know when its source datachange. eg: c.setNotificationUri(getContext().getContentResolver(), uri);

你可能感兴趣的:(java,sqlite)