FileDocCategorySizeDatePackage
SQLiteCursor.javaAPI DocAndroid 5.1 API1470Sat Mar 14 14:09:36 GMT 2015android.database.sqlite

SQLiteCursor.java

package android.database.sqlite;
public class SQLiteCursor
  extends android.database.AbstractWindowedCursor
{
@java.lang.Deprecated()
public  SQLiteCursor(android.database.sqlite.SQLiteDatabase db, android.database.sqlite.SQLiteCursorDriver driver, java.lang.String editTable, android.database.sqlite.SQLiteQuery query) { throw new RuntimeException("Stub!"); }
public  SQLiteCursor(android.database.sqlite.SQLiteCursorDriver driver, java.lang.String editTable, android.database.sqlite.SQLiteQuery query) { throw new RuntimeException("Stub!"); }
public  android.database.sqlite.SQLiteDatabase getDatabase() { throw new RuntimeException("Stub!"); }
public  boolean onMove(int oldPosition, int newPosition) { throw new RuntimeException("Stub!"); }
public  int getCount() { throw new RuntimeException("Stub!"); }
public  int getColumnIndex(java.lang.String columnName) { throw new RuntimeException("Stub!"); }
public  java.lang.String[] getColumnNames() { throw new RuntimeException("Stub!"); }
public  void deactivate() { throw new RuntimeException("Stub!"); }
public  void close() { throw new RuntimeException("Stub!"); }
public  boolean requery() { throw new RuntimeException("Stub!"); }
public  void setWindow(android.database.CursorWindow window) { throw new RuntimeException("Stub!"); }
public  void setSelectionArguments(java.lang.String[] selectionArgs) { throw new RuntimeException("Stub!"); }
protected  void finalize() { throw new RuntimeException("Stub!"); }
}