Android.Database.AbstractWindowedCursor Members

The members of Android.Database.AbstractWindowedCursor are listed below.

See Also: Inherited members from Android.Database.AbstractCursor

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
HasWindowbool. Returns true if the cursor has an associated cursor window.

Protected Properties

MWindowCursorWindow. The cursor window owned by this cursor.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
GetDouble(int) : double
Returns the value of the requested column as a double.
override
GetFloat(int) : float
Returns the value of the requested column as a float.
override
GetInt(int) : int
Returns the value of the requested column as an int.
override
GetLong(int) : long
Returns the value of the requested column as a long.
override
GetShort(int) : short
Returns the value of the requested column as a short.
override
GetString(int) : string
Returns the value of the requested column as a String.
IsBlob(int) : bool
IsFloat(int) : bool
IsLong(int) : bool
override
IsNull(int) : bool
Returns true if the value in the indicated column is null.
IsString(int) : bool
SetWindow(CursorWindow)
Sets a new cursor window for the cursor to use.