public abstract class

SQLiteClosable

extends Object
java.lang.Object
   ↳ android.database.sqlite.SQLiteClosable
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

An object created from a SQLiteDatabase that can be closed.

Summary

Public Constructors
SQLiteClosable()
Public Methods
void acquireReference()
void releaseReference()
void releaseReferenceFromContainer()
Protected Methods
abstract void onAllReferencesReleased()
void onAllReferencesReleasedFromContainer()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SQLiteClosable ()

Since: API Level 1

Public Methods

public void acquireReference ()

Since: API Level 1

public void releaseReference ()

Since: API Level 1

public void releaseReferenceFromContainer ()

Since: API Level 1

Protected Methods

protected abstract void onAllReferencesReleased ()

Since: API Level 1

protected void onAllReferencesReleasedFromContainer ()

Since: API Level 1