Android.Database.Sqlite.SQLiteClosable: Method Members

The methods of Android.Database.Sqlite.SQLiteClosable are listed below. For a list of all members, see the SQLiteClosable Members list.

See Also: Inherited members from Java.Lang.Object

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.