Build m5-rc15

android.database
Class AbstractWindowedCursor

java.lang.Object
  extended by android.database.AbstractCursor
      extended by android.database.AbstractWindowedCursor
All Implemented Interfaces:
Cursor
Direct Known Subclasses:
BulkCursorToCursorAdaptor, SQLiteCursor

public abstract class AbstractWindowedCursor
extends AbstractCursor


Nested Class Summary
 
Nested classes/interfaces inherited from class android.database.AbstractCursor
AbstractCursor.SelfContentObserver
 
Field Summary
protected  CursorWindow mWindow
           
 
Fields inherited from class android.database.AbstractCursor
mContentResolver, mCurrentRowID, mPos, mRowIdColumnIndex, mUpdatedRows
 
Constructor Summary
AbstractWindowedCursor()
           
 
Method Summary
protected  void checkPosition()
           
 double getDouble(int columnIndex)
           
 float getFloat(int columnIndex)
           
 int getInt(int columnIndex)
           
 long getLong(int columnIndex)
           
 short getShort(int columnIndex)
           
 String getString(int columnIndex)
           
 boolean isNull(int columnIndex)
           
 
Methods inherited from class android.database.AbstractCursor
abortUpdates, close, commitUpdates, commitUpdates, count, deactivate, deleteRow, finalize, first, getColumnIndex, getColumnName, getColumnNames, getExtras, getUpdatedField, getWantsAllOnMoveCalls, hasUpdates, isAfterLast, isBeforeFirst, isFieldUpdated, isFirst, isLast, last, move, moveTo, next, onChange, onMove, position, prev, registerContentObserver, registerDataSetObserver, requery, respond, setNotificationUri, supportsUpdates, unregisterContentObserver, unregisterDataSetObserver, update, updateDouble, updateFloat, updateInt, updateLong, updateShort, updateString, updateToNull
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mWindow

protected CursorWindow mWindow
Constructor Detail

AbstractWindowedCursor

public AbstractWindowedCursor()
Method Detail

getString

public String getString(int columnIndex)
Specified by:
getString in interface Cursor
Specified by:
getString in class AbstractCursor

getShort

public short getShort(int columnIndex)
Specified by:
getShort in interface Cursor
Specified by:
getShort in class AbstractCursor

getInt

public int getInt(int columnIndex)
Specified by:
getInt in interface Cursor
Specified by:
getInt in class AbstractCursor

getLong

public long getLong(int columnIndex)
Specified by:
getLong in interface Cursor
Specified by:
getLong in class AbstractCursor

getFloat

public float getFloat(int columnIndex)
Specified by:
getFloat in interface Cursor
Specified by:
getFloat in class AbstractCursor

getDouble

public double getDouble(int columnIndex)
Specified by:
getDouble in interface Cursor
Specified by:
getDouble in class AbstractCursor

isNull

public boolean isNull(int columnIndex)
Specified by:
isNull in interface Cursor
Specified by:
isNull in class AbstractCursor

checkPosition

protected void checkPosition()
Overrides:
checkPosition in class AbstractCursor

Build m5-rc15

Please submit a feedback, bug or feature