| Package | Description |
|---|---|
| android.content | |
| android.database | |
| android.database.sqlite | |
| android.drm | |
| android.provider |
| Modifier and Type | Field and Description |
|---|---|
ContentValues |
AsyncQueryHandler.WorkerArgs.values |
ContentValues |
Entity.NamedContentValues.values |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ContentValues> |
ContentValues.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
ContentValues |
Entity.getEntityValues() |
ContentValues |
ContentQueryMap.getValues(String rowName) |
ContentValues |
ContentProviderOperation.resolveValueBackReferences(ContentProviderResult[] backRefs,
int numBackRefs) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContentValues> |
ContentQueryMap.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.addSubValue(Uri uri,
ContentValues values) |
int |
ContentResolver.bulkInsert(Uri url,
ContentValues[] values) |
int |
ContentProvider.bulkInsert(Uri uri,
ContentValues[] values) |
int |
ContentProviderClient.bulkInsert(Uri url,
ContentValues[] initialValues) |
Uri |
ContentResolver.insert(Uri url,
ContentValues values) |
abstract Uri |
ContentProvider.insert(Uri uri,
ContentValues values) |
Uri |
SearchRecentSuggestionsProvider.insert(Uri uri,
ContentValues values) |
Uri |
ContentProviderClient.insert(Uri url,
ContentValues initialValues) |
void |
ContentValues.putAll(ContentValues other) |
void |
AsyncQueryHandler.startInsert(int token,
Object cookie,
Uri uri,
ContentValues initialValues) |
void |
AsyncQueryHandler.startUpdate(int token,
Object cookie,
Uri uri,
ContentValues values,
String selection,
String[] selectionArgs) |
int |
ContentResolver.update(Uri uri,
ContentValues values,
String where,
String[] selectionArgs) |
abstract int |
ContentProvider.update(Uri uri,
ContentValues values,
String selection,
String[] selectionArgs) |
int |
SearchRecentSuggestionsProvider.update(Uri uri,
ContentValues values,
String selection,
String[] selectionArgs) |
int |
ContentProviderClient.update(Uri url,
ContentValues values,
String selection,
String[] selectionArgs) |
ContentProviderOperation.Builder |
ContentProviderOperation.Builder.withValueBackReferences(ContentValues backReferences) |
ContentProviderOperation.Builder |
ContentProviderOperation.Builder.withValues(ContentValues values) |
| Constructor and Description |
|---|
ContentValues(ContentValues from) |
Entity.NamedContentValues(Uri uri,
ContentValues values) |
Entity(ContentValues values) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseUtils.cursorDoubleToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
DatabaseUtils.cursorDoubleToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
DatabaseUtils.cursorDoubleToCursorValues(Cursor cursor,
String field,
ContentValues values) |
static void |
DatabaseUtils.cursorFloatToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
DatabaseUtils.cursorIntToContentValues(Cursor cursor,
String field,
ContentValues values) |
static void |
DatabaseUtils.cursorIntToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
DatabaseUtils.cursorIntToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
DatabaseUtils.cursorLongToContentValues(Cursor cursor,
String field,
ContentValues values) |
static void |
DatabaseUtils.cursorLongToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
DatabaseUtils.cursorLongToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
DatabaseUtils.cursorRowToContentValues(Cursor cursor,
ContentValues values) |
static void |
DatabaseUtils.cursorShortToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
static void |
DatabaseUtils.cursorStringToContentValues(Cursor cursor,
String field,
ContentValues values) |
static void |
DatabaseUtils.cursorStringToContentValues(Cursor cursor,
String field,
ContentValues values,
String key) |
static void |
DatabaseUtils.cursorStringToContentValuesIfPresent(Cursor cursor,
ContentValues values,
String column) |
long |
DatabaseUtils.InsertHelper.insert(ContentValues values) |
long |
DatabaseUtils.InsertHelper.replace(ContentValues values) |
| Modifier and Type | Method and Description |
|---|---|
long |
SQLiteDatabase.insert(String table,
String nullColumnHack,
ContentValues values) |
long |
SQLiteDatabase.insertOrThrow(String table,
String nullColumnHack,
ContentValues values) |
long |
SQLiteDatabase.insertWithOnConflict(String table,
String nullColumnHack,
ContentValues initialValues,
int conflictAlgorithm) |
long |
SQLiteDatabase.replace(String table,
String nullColumnHack,
ContentValues initialValues) |
long |
SQLiteDatabase.replaceOrThrow(String table,
String nullColumnHack,
ContentValues initialValues) |
int |
SQLiteDatabase.update(String table,
ContentValues values,
String whereClause,
String[] whereArgs) |
int |
SQLiteDatabase.updateWithOnConflict(String table,
ContentValues values,
String whereClause,
String[] whereArgs,
int conflictAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
ContentValues |
DrmManagerClient.getConstraints(String path,
int action) |
ContentValues |
DrmManagerClient.getConstraints(Uri uri,
int action) |
ContentValues |
DrmManagerClient.getMetadata(String path) |
ContentValues |
DrmManagerClient.getMetadata(Uri uri) |
| Modifier and Type | Method and Description |
|---|---|
static Uri |
Contacts.People.createPersonInMyContactsGroup(ContentResolver resolver,
ContentValues values)
Deprecated.
|
Copyright © 2008-2013. All Rights Reserved.