android.content
Class ContentQueryMap

java.lang.Object
  extended by java.util.Observable
      extended by android.content.ContentQueryMap

public class ContentQueryMap
extends Observable


Constructor Summary
ContentQueryMap(Cursor cursor, String columnNameOfKey, boolean keepUpdated, Handler handlerForUpdateNotifications)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 Map<String,ContentValues> getRows()
           
 ContentValues getValues(String rowName)
           
 void requery()
           
 void setKeepUpdated(boolean keepUpdated)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentQueryMap

public ContentQueryMap(Cursor cursor,
                       String columnNameOfKey,
                       boolean keepUpdated,
                       Handler handlerForUpdateNotifications)
Method Detail

setKeepUpdated

public void setKeepUpdated(boolean keepUpdated)

getValues

public ContentValues getValues(String rowName)

requery

public void requery()

getRows

public Map<String,ContentValues> getRows()

close

public void close()

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2008-2010. All Rights Reserved.