Android.Database.Sqlite.SQLiteClosable Members

The members of Android.Database.Sqlite.SQLiteClosable are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

Protected Properties

[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

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.

Protected Methods

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.