The members of Android.Database.Sqlite.SQLiteClosable are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
AcquireReference()Acquires a reference to the object. | ||
Close()Releases a reference to the object, closing the object if the last reference was released. | ||
ReleaseReference()Releases a reference to the object, closing the object if the last reference was released. | ||
ReleaseReferenceFromContainer()Releases a reference to the object that was owned by the container of the object, closing the object if the last reference was released. |
abstract | OnAllReferencesReleased()Called when the last reference to the object was released by a call to SQLiteClosable.ReleaseReference or SQLiteClosable.Close. | |
OnAllReferencesReleasedFromContainer()Called when the last reference to the object was released by a call to SQLiteClosable.ReleaseReferenceFromContainer. |