正在加载图片...
Selected methods in Interface Cursor int getcolumnIndex(string columnName) o Returns zero-based index for the given column name double getDouble (int columnIndex) Returns the value int getInt(int columnIndex) of the requested column as the long getLong(int columnIndex) specified type String getstring(int columnIndex) boolean move (int offset) boolean moveToFirsto Moves the cursor boolean moveToNexto as specified boolean moveToPosition (int position) 45Selected Methods in Interface Cursor • int getColumnIndex(String columnName) o Returns zero-based index for the given column name • double getDouble(int columnIndex) • int getInt(int columnIndex) • long getLong(int columnIndex) • String getString(int columnIndex) • boolean move(int offset) • boolean moveToFirst() • boolean moveToNext() • boolean moveToPosition(int position) Returns the value of the requested column as the specified type. Moves the cursor as specified. 45
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有