to top
Android APIs
public class

MatrixCursor.RowBuilder

extends Object
java.lang.Object
   ↳ android.database.MatrixCursor.RowBuilder

Class Overview

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.

Summary

Public Methods

? Examples
MatrixCursor.RowBuilder add( Object columnValue)
Sets the next column value in this row.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public MatrixCursor.RowBuilder add (Object columnValue)

Added in API level 1

Sets the next column value in this row.

Returns
  • this builder to support chaining
Throws
CursorIndexOutOfBoundsException if you try to add too many values
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.