The methods of Android.Database.MatrixCursor are listed below. For a list of all members, see the MatrixCursor Members list.
See Also: Inherited members from Android.Database.AbstractCursor
AddRow(Java.Lang.IIterable)Documentation for this section has not yet been entered. | ||
AddRow(Java.Lang.Object[])Adds a new row to the end with the given column values. | ||
override | GetColumnNames()Returns a string array holding the names of all of the columns in the result set in the order in which they were listed in the result. | |
override | GetDouble(int)Returns the value of the requested column as a double. | |
override | GetFloat(int)Returns the value of the requested column as a float. | |
override | GetInt(int)Returns the value of the requested column as an int. | |
override | GetLong(int)Returns the value of the requested column as a long. | |
override | GetShort(int)Returns the value of the requested column as a short. | |
override | GetString(int)Returns the value of the requested column as a String. | |
override | IsNull(int)Returns true if the value in the indicated column is null. | |
NewRow()Adds a new row to the end and returns a builder for that row. |