public class ContentQueryMap extends Observable
| Constructor and Description |
|---|
ContentQueryMap(Cursor cursor,
String columnNameOfKey,
boolean keepUpdated,
Handler handlerForUpdateNotifications) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
Map<String,ContentValues> |
getRows() |
ContentValues |
getValues(String rowName) |
void |
requery() |
void |
setKeepUpdated(boolean keepUpdated) |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void setKeepUpdated(boolean keepUpdated)
public ContentValues getValues(String rowName)
public void requery()
public Map<String,ContentValues> getRows()
public void close()
Copyright © 2008-2013. All Rights Reserved.