FileDocCategorySizeDatePackage
MatrixCursor.javaAPI DocAndroid 5.1 API1788Sat Mar 14 14:09:42 GMT 2015android.database

MatrixCursor

public class MatrixCursor extends android.database.AbstractCursor

Fields Summary
Constructors Summary
public MatrixCursor(String[] columnNames, int initialCapacity)

 throw new RuntimeException("Stub!"); 
public MatrixCursor(String[] columnNames)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddRow(java.lang.Object[] columnValues)

 throw new RuntimeException("Stub!"); 
public voidaddRow(java.lang.Iterable columnValues)

 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 android.database.MatrixCursor$RowBuildernewRow()

 throw new RuntimeException("Stub!");