android.database.sqlite
Class SQLiteClosable
java.lang.Object
android.database.sqlite.SQLiteClosable
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- CursorWindow, SQLiteDatabase, SQLiteProgram
public abstract class SQLiteClosable
- extends Object
- implements Closeable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLiteClosable
public SQLiteClosable()
onAllReferencesReleased
protected abstract void onAllReferencesReleased()
onAllReferencesReleasedFromContainer
@Deprecated
protected void onAllReferencesReleasedFromContainer()
- Deprecated.
acquireReference
public void acquireReference()
releaseReference
public void releaseReference()
releaseReferenceFromContainer
@Deprecated
public void releaseReferenceFromContainer()
- Deprecated.
close
public void close()
- Specified by:
close in interface Closeable
Copyright © 2008-2012. All Rights Reserved.