android.database
Class AbstractWindowedCursor
java.lang.Object
android.database.AbstractCursor
android.database.AbstractWindowedCursor
- All Implemented Interfaces:
- Cursor
- Direct Known Subclasses:
- BulkCursorToCursorAdaptor, SQLiteCursor
public abstract class AbstractWindowedCursor
- extends AbstractCursor
| 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 |
mWindow
protected CursorWindow mWindow
AbstractWindowedCursor
public AbstractWindowedCursor()
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
Please submit a feedback, bug or feature