public abstract class AbstractWindowedCursor extends AbstractCursor
AbstractCursor.SelfContentObserver| Modifier and Type | Field and Description |
|---|---|
protected CursorWindow |
mWindow |
mClosed, mContentResolver, mCurrentRowID, mPos, mRowIdColumnIndex, mUpdatedRowsFIELD_TYPE_BLOB, FIELD_TYPE_FLOAT, FIELD_TYPE_INTEGER, FIELD_TYPE_NULL, FIELD_TYPE_STRING| Constructor and Description |
|---|
AbstractWindowedCursor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPosition() |
void |
copyStringToBuffer(int columnIndex,
CharArrayBuffer buffer) |
byte[] |
getBlob(int columnIndex) |
double |
getDouble(int columnIndex) |
float |
getFloat(int columnIndex) |
int |
getInt(int columnIndex) |
long |
getLong(int columnIndex) |
short |
getShort(int columnIndex) |
String |
getString(int columnIndex) |
int |
getType(int columnIndex) |
CursorWindow |
getWindow() |
boolean |
hasWindow() |
boolean |
isBlob(int columnIndex)
Deprecated.
|
boolean |
isFloat(int columnIndex)
Deprecated.
|
boolean |
isLong(int columnIndex)
Deprecated.
|
boolean |
isNull(int columnIndex) |
boolean |
isString(int columnIndex)
Deprecated.
|
void |
setWindow(CursorWindow window) |
close, deactivate, fillWindow, finalize, getColumnCount, getColumnIndex, getColumnIndexOrThrow, getColumnName, getColumnNames, getCount, getExtras, getNotificationUri, getPosition, getUpdatedField, getWantsAllOnMoveCalls, isAfterLast, isBeforeFirst, isClosed, isFieldUpdated, isFirst, isLast, move, moveToFirst, moveToLast, moveToNext, moveToPosition, moveToPrevious, onChange, onMove, registerContentObserver, registerDataSetObserver, requery, respond, setNotificationUri, unregisterContentObserver, unregisterDataSetObserverprotected CursorWindow mWindow
public byte[] getBlob(int columnIndex)
getBlob in interface CursorgetBlob in class AbstractCursorpublic String getString(int columnIndex)
getString in interface CursorgetString in class AbstractCursorpublic void copyStringToBuffer(int columnIndex,
CharArrayBuffer buffer)
copyStringToBuffer in interface CursorcopyStringToBuffer in class AbstractCursorpublic short getShort(int columnIndex)
getShort in interface CursorgetShort in class AbstractCursorpublic int getInt(int columnIndex)
getInt in interface CursorgetInt in class AbstractCursorpublic long getLong(int columnIndex)
getLong in interface CursorgetLong in class AbstractCursorpublic float getFloat(int columnIndex)
getFloat in interface CursorgetFloat in class AbstractCursorpublic double getDouble(int columnIndex)
getDouble in interface CursorgetDouble in class AbstractCursorpublic boolean isNull(int columnIndex)
isNull in interface CursorisNull in class AbstractCursor@Deprecated public boolean isBlob(int columnIndex)
@Deprecated public boolean isString(int columnIndex)
@Deprecated public boolean isLong(int columnIndex)
@Deprecated public boolean isFloat(int columnIndex)
public int getType(int columnIndex)
getType in interface CursorgetType in class AbstractCursorprotected void checkPosition()
checkPosition in class AbstractCursorpublic CursorWindow getWindow()
getWindow in interface CrossProcessCursorgetWindow in class AbstractCursorpublic void setWindow(CursorWindow window)
public boolean hasWindow()
Copyright © 2008-2013. All Rights Reserved.