Class android.test.mock.MockCursor

Removed Methods
void abortUpdates()  
boolean commitUpdates()  
boolean commitUpdates( Map<Long, Map<String , Object>> )  
boolean deleteRow()  
boolean hasUpdates()  
boolean supportsUpdates()  
boolean updateBlob( int, byte[] )  
boolean updateDouble( int, double )  
boolean updateFloat( int, float )  
boolean updateInt( int, int )  
boolean updateLong( int, long )  
boolean updateShort( int, short )  
boolean updateString( int, String )  
boolean updateToNull( int)  
 

Added Methods
int  getType( int)  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.