android.database
Interface CrossProcessCursor

All Superinterfaces:
Cursor
All Known Implementing Classes:
AbstractCursor, AbstractWindowedCursor, MatrixCursor, MergeCursor, SQLiteCursor

public interface CrossProcessCursor
extends Cursor


Field Summary
 
Fields inherited from interface android.database.Cursor
FIELD_TYPE_BLOB, FIELD_TYPE_FLOAT, FIELD_TYPE_INTEGER, FIELD_TYPE_NULL, FIELD_TYPE_STRING
 
Method Summary
 void fillWindow(int pos, CursorWindow winow)
           
 CursorWindow getWindow()
           
 boolean onMove(int oldPosition, int newPosition)
           
 
Methods inherited from interface android.database.Cursor
close, copyStringToBuffer, deactivate, getBlob, getColumnCount, getColumnIndex, getColumnIndexOrThrow, getColumnName, getColumnNames, getCount, getDouble, getExtras, getFloat, getInt, getLong, getPosition, getShort, getString, getType, getWantsAllOnMoveCalls, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isNull, move, moveToFirst, moveToLast, moveToNext, moveToPosition, moveToPrevious, registerContentObserver, registerDataSetObserver, requery, respond, setNotificationUri, unregisterContentObserver, unregisterDataSetObserver
 

Method Detail

getWindow

CursorWindow getWindow()

fillWindow

void fillWindow(int pos,
                CursorWindow winow)

onMove

boolean onMove(int oldPosition,
               int newPosition)


Copyright © 2008-2012. All Rights Reserved.