Methods Summary |
---|
public void | addRow(java.lang.Object[] columnValues) throw new RuntimeException("Stub!");
|
public void | addRow(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 int | getCount() throw new RuntimeException("Stub!");
|
public double | getDouble(int column) throw new RuntimeException("Stub!");
|
public float | getFloat(int column) throw new RuntimeException("Stub!");
|
public int | getInt(int column) throw new RuntimeException("Stub!");
|
public long | getLong(int column) throw new RuntimeException("Stub!");
|
public short | getShort(int column) throw new RuntimeException("Stub!");
|
public java.lang.String | getString(int column) throw new RuntimeException("Stub!");
|
public int | getType(int column) throw new RuntimeException("Stub!");
|
public boolean | isNull(int column) throw new RuntimeException("Stub!");
|
public android.database.MatrixCursor$RowBuilder | newRow() throw new RuntimeException("Stub!");
|