Android
android.database
public class

android.database.MatrixCursor.RowBuilder

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.

Summary

Public Methods

          MatrixCursor.RowBuilder  add(Object columnValue)
Sets the next column value in this row.
Methods inherited from class java.lang.Object

Details

Public Methods

public MatrixCursor.RowBuilder add(Object columnValue)

Sets the next column value in this row.

Returns

  • this builder to support chaining

Throws

CursorIndexOutOfBoundsException if you try to add too many values
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48