FileDocCategorySizeDatePackage
MergeCursor.javaAPI DocAndroid 5.1 API1813Sat Mar 14 14:09:44 GMT 2015android.database

MergeCursor

public class MergeCursor extends android.database.AbstractCursor

Fields Summary
Constructors Summary
public MergeCursor(android.database.Cursor[] cursors)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclose()

 throw new RuntimeException("Stub!"); 
public voiddeactivate()

 throw new RuntimeException("Stub!"); 
public byte[]getBlob(int column)

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getColumnNames()

 throw new RuntimeException("Stub!"); 
public intgetCount()

 throw new RuntimeException("Stub!"); 
public doublegetDouble(int column)

 throw new RuntimeException("Stub!"); 
public floatgetFloat(int column)

 throw new RuntimeException("Stub!"); 
public intgetInt(int column)

 throw new RuntimeException("Stub!"); 
public longgetLong(int column)

 throw new RuntimeException("Stub!"); 
public shortgetShort(int column)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetString(int column)

 throw new RuntimeException("Stub!"); 
public intgetType(int column)

 throw new RuntimeException("Stub!"); 
public booleanisNull(int column)

 throw new RuntimeException("Stub!"); 
public booleanonMove(int oldPosition, int newPosition)

 throw new RuntimeException("Stub!"); 
public voidregisterContentObserver(android.database.ContentObserver observer)

 throw new RuntimeException("Stub!"); 
public voidregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!"); 
public booleanrequery()

 throw new RuntimeException("Stub!"); 
public voidunregisterContentObserver(android.database.ContentObserver observer)

 throw new RuntimeException("Stub!"); 
public voidunregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!");