The members of Android.Database.AbstractWindowedCursor are listed below.
See Also: Inherited members from Android.Database.AbstractCursor
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| MWindow | CursorWindow. The cursor window owned by this cursor. | |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | |
| IsBlob(int) | ||
| IsFloat(int) | ||
| IsLong(int) | ||
override | IsNull(int)Returns true if the value in the indicated column is null. | |
| IsString(int) | ||
SetWindow(CursorWindow)Sets a new cursor window for the cursor to use. | ||