@Implements(value=android.database.CursorWrapper.class) public class ShadowCursorWrapper extends Object implements Cursor
FIELD_TYPE_BLOB, FIELD_TYPE_FLOAT, FIELD_TYPE_INTEGER, FIELD_TYPE_NULL, FIELD_TYPE_STRING
Constructor and Description |
---|
ShadowCursorWrapper() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNotificationUris, setNotificationUris
@Implementation protected void __constructor__(Cursor c)
@Implementation public int getCount()
@Implementation public int getPosition()
getPosition
in interface Cursor
@Implementation public boolean move(int i)
@Implementation public boolean moveToPosition(int i)
moveToPosition
in interface Cursor
@Implementation public boolean moveToFirst()
moveToFirst
in interface Cursor
@Implementation public boolean moveToLast()
moveToLast
in interface Cursor
@Implementation public boolean moveToNext()
moveToNext
in interface Cursor
@Implementation public boolean moveToPrevious()
moveToPrevious
in interface Cursor
@Implementation public boolean isFirst()
@Implementation public boolean isLast()
@Implementation public boolean isBeforeFirst()
isBeforeFirst
in interface Cursor
@Implementation public boolean isAfterLast()
isAfterLast
in interface Cursor
@Implementation public int getColumnIndex(String s)
getColumnIndex
in interface Cursor
@Implementation public int getColumnIndexOrThrow(String s) throws IllegalArgumentException
getColumnIndexOrThrow
in interface Cursor
IllegalArgumentException
@Implementation public String getColumnName(int i)
getColumnName
in interface Cursor
@Implementation public String[] getColumnNames()
getColumnNames
in interface Cursor
@Implementation public int getColumnCount()
getColumnCount
in interface Cursor
@Implementation public byte[] getBlob(int i)
@Implementation public String getString(int i)
@Implementation public void copyStringToBuffer(int i, CharArrayBuffer charArrayBuffer)
copyStringToBuffer
in interface Cursor
@Implementation public short getShort(int i)
@Implementation public int getInt(int i)
@Implementation public long getLong(int i)
@Implementation public float getFloat(int i)
@Implementation public double getDouble(int i)
@Implementation public boolean isNull(int i)
@Implementation public void deactivate()
deactivate
in interface Cursor
@Implementation public boolean requery()
@Implementation public void close()
@Implementation public boolean isClosed()
@Implementation public void registerContentObserver(ContentObserver contentObserver)
registerContentObserver
in interface Cursor
@Implementation public void unregisterContentObserver(ContentObserver contentObserver)
unregisterContentObserver
in interface Cursor
@Implementation public void registerDataSetObserver(DataSetObserver dataSetObserver)
registerDataSetObserver
in interface Cursor
@Implementation public void unregisterDataSetObserver(DataSetObserver dataSetObserver)
unregisterDataSetObserver
in interface Cursor
@Implementation public void setNotificationUri(ContentResolver contentResolver, Uri uri)
setNotificationUri
in interface Cursor
@Implementation(minSdk=19) public Uri getNotificationUri()
getNotificationUri
in interface Cursor
@Implementation public boolean getWantsAllOnMoveCalls()
getWantsAllOnMoveCalls
in interface Cursor
@Implementation(minSdk=23) public void setExtras(Bundle extras)
@Implementation public Bundle getExtras()
@Implementation public Bundle respond(Bundle bundle)
@Implementation public int getType(int columnIndex)
@Implementation protected Cursor getWrappedCursor()