android.database
Class ArrayListCursor
java.lang.Object
android.database.AbstractCursor
android.database.ArrayListCursor
- All Implemented Interfaces:
- Cursor
public class ArrayListCursor
- extends AbstractCursor
| Methods inherited from class android.database.AbstractCursor |
abortUpdates, checkPosition, close, commitUpdates, commitUpdates, deactivate, finalize, first, getColumnIndex, getColumnName, 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 |
ArrayListCursor
public ArrayListCursor(String[] columnNames,
ArrayList rows)
count
public int count()
- Specified by:
count in interface Cursor- Specified by:
count in class AbstractCursor
deleteRow
public boolean deleteRow()
- Specified by:
deleteRow in interface Cursor- Overrides:
deleteRow in class AbstractCursor
getColumnNames
public String[] getColumnNames()
- Specified by:
getColumnNames in interface Cursor- Specified by:
getColumnNames in class AbstractCursor
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
Please submit a feedback, bug or feature