No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | android.database.MatrixCursor.RowBuilder |
Builds a row, starting from the left-most column and adding one column value at a time. Follows the same ordering as the column names specified at cursor construction time.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Sets the next column value in this row.
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Sets the next column value in this row.
| CursorIndexOutOfBoundsException | if you try to add too many values |
|---|