The members of Android.Database.CursorWindow are listed below.
See Also: Inherited members from Android.Database.Sqlite.SQLiteClosable
Creates a new empty cursor window. | ||
Creates a new empty cursor window and gives it a name. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | NumRows | int. Gets the number of rows in this window. |
StartPosition | int. Gets the start position of this cursor window. |
[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. |
AllocRow()Allocates a new row at the end of this cursor window. | ||
Clear()Clears out the existing contents of the window, making it safe to reuse for new data. | ||
override | Close()Documentation for this section has not yet been entered. | |
CopyStringToBuffer(int, int, CharArrayBuffer)Copies the text of the field at the specified row and column index into a Android.Database.CharArrayBuffer. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FreeLastRow()Frees the last row in this cursor window. | ||
GetBlob(int, int)Gets the value of the field at the specified row and column index as a byte array. | ||
GetDouble(int, int)Gets the value of the field at the specified row and column index as a double. | ||
GetFloat(int, int)Gets the value of the field at the specified row and column index as a float. | ||
GetInt(int, int)Gets the value of the field at the specified row and column index as an int. | ||
GetLong(int, int)Gets the value of the field at the specified row and column index as a long. | ||
GetShort(int, int)Gets the value of the field at the specified row and column index as a short. | ||
GetString(int, int)Gets the value of the field at the specified row and column index as a string. | ||
GetType(int, int)Returns the type of the field at the specified row and column index. | ||
IsBlob(int, int)Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_BLOB or ICursor.FIELD_TYPE_NULL. | ||
IsFloat(int, int)Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_FLOAT. | ||
IsLong(int, int)Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_INTEGER. | ||
IsNull(int, int)Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_NULL. | ||
IsString(int, int)Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_STRING or ICursor.FIELD_TYPE_NULL. | ||
static | NewFromParcel(Android.OS.Parcel) | |
PutBlob(byte[], int, int)Copies a byte array into the field at the specified row and column index. | ||
PutDouble(double, int, int)Puts a double-precision floating point value into the field at the specified row and column index. | ||
PutLong(long, int, int)Puts a long integer into the field at the specified row and column index. | ||
PutNull(int, int)Puts a null value into the field at the specified row and column index. | ||
PutString(string, int, int)Copies a string into the field at the specified row and column index. | ||
SetNumColumns(int)Sets the number of columns in this window. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |
override | OnAllReferencesReleased()Called when the last reference to the object was released by a call to Android.Database.Sqlite.SQLiteClosable.ReleaseReference or Android.Database.Sqlite.SQLiteClosable.Close. |