public class SQLiteCursor extends AbstractWindowedCursor
AbstractCursor.SelfContentObservermWindowmClosed, mContentResolver, mCurrentRowID, mPos, mRowIdColumnIndex, mUpdatedRowsFIELD_TYPE_BLOB, FIELD_TYPE_FLOAT, FIELD_TYPE_INTEGER, FIELD_TYPE_NULL, FIELD_TYPE_STRING| Constructor and Description |
|---|
SQLiteCursor(SQLiteCursorDriver driver,
String editTable,
SQLiteQuery query) |
SQLiteCursor(SQLiteDatabase db,
SQLiteCursorDriver driver,
String editTable,
SQLiteQuery query)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deactivate() |
protected void |
finalize() |
int |
getColumnIndex(String columnName) |
String[] |
getColumnNames() |
int |
getCount() |
SQLiteDatabase |
getDatabase() |
boolean |
onMove(int oldPosition,
int newPosition) |
boolean |
requery() |
void |
setSelectionArguments(String[] selectionArgs) |
void |
setWindow(CursorWindow window) |
checkPosition, copyStringToBuffer, getBlob, getDouble, getFloat, getInt, getLong, getShort, getString, getType, getWindow, hasWindow, isBlob, isFloat, isLong, isNull, isStringfillWindow, getColumnCount, getColumnIndexOrThrow, getColumnName, getExtras, getNotificationUri, getPosition, getUpdatedField, getWantsAllOnMoveCalls, isAfterLast, isBeforeFirst, isClosed, isFieldUpdated, isFirst, isLast, move, moveToFirst, moveToLast, moveToNext, moveToPosition, moveToPrevious, onChange, registerContentObserver, registerDataSetObserver, respond, setNotificationUri, unregisterContentObserver, unregisterDataSetObserver@Deprecated public SQLiteCursor(SQLiteDatabase db, SQLiteCursorDriver driver, String editTable, SQLiteQuery query)
public SQLiteCursor(SQLiteCursorDriver driver, String editTable, SQLiteQuery query)
public SQLiteDatabase getDatabase()
public boolean onMove(int oldPosition,
int newPosition)
onMove in interface CrossProcessCursoronMove in class AbstractCursorpublic int getCount()
getCount in interface CursorgetCount in class AbstractCursorpublic int getColumnIndex(String columnName)
getColumnIndex in interface CursorgetColumnIndex in class AbstractCursorpublic String[] getColumnNames()
getColumnNames in interface CursorgetColumnNames in class AbstractCursorpublic void deactivate()
deactivate in interface Cursordeactivate in class AbstractCursorpublic void close()
close in interface Cursorclose in interface Closeableclose in interface AutoCloseableclose in class AbstractCursorpublic boolean requery()
requery in interface Cursorrequery in class AbstractCursorpublic void setWindow(CursorWindow window)
setWindow in class AbstractWindowedCursorpublic void setSelectionArguments(String[] selectionArgs)
protected void finalize()
finalize in class AbstractCursorCopyright © 2008-2013. All Rights Reserved.