public abstract class AbstractContentValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected android.content.ContentValues |
mContentValues |
Constructor and Description |
---|
AbstractContentValues() |
Modifier and Type | Method and Description |
---|---|
android.net.Uri |
insert(android.content.ContentResolver contentResolver)
Inserts a row into a table using the values stored by this object.
|
abstract android.net.Uri |
uri()
Returns the
uri argument to pass to the ContentResolver methods. |
android.content.ContentValues |
values()
Returns the
ContentValues wrapped by this object. |
public abstract android.net.Uri uri()
uri
argument to pass to the ContentResolver
methods.public android.content.ContentValues values()
ContentValues
wrapped by this object.public android.net.Uri insert(android.content.ContentResolver contentResolver)
contentResolver
- The content resolver to use.