android.database.sqlite
Class SQLiteProgram
java.lang.Object
android.database.sqlite.SQLiteClosable
android.database.sqlite.SQLiteProgram
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- SQLiteQuery, SQLiteStatement
public abstract class SQLiteProgram
- extends SQLiteClosable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUniqueId
@Deprecated
public final int getUniqueId()
- Deprecated.
bindNull
public void bindNull(int index)
bindLong
public void bindLong(int index,
long value)
bindDouble
public void bindDouble(int index,
double value)
bindString
public void bindString(int index,
String value)
bindBlob
public void bindBlob(int index,
byte[] value)
clearBindings
public void clearBindings()
bindAllArgsAsStrings
public void bindAllArgsAsStrings(String[] bindArgs)
onAllReferencesReleased
protected void onAllReferencesReleased()
- Specified by:
onAllReferencesReleased in class SQLiteClosable
Copyright © 2008-2012. All Rights Reserved.