android.database.sqlite
Class SQLiteStatement
java.lang.Object
android.database.sqlite.SQLiteClosable
android.database.sqlite.SQLiteProgram
android.database.sqlite.SQLiteStatement
public class SQLiteStatement
- extends SQLiteProgram
Methods inherited from class android.database.sqlite.SQLiteProgram |
bindAllArgsAsStrings, bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, close, compile, getUniqueId, native_bind_blob, native_bind_double, native_bind_long, native_bind_null, native_bind_string, native_compile, native_finalize, onAllReferencesReleased, onAllReferencesReleasedFromContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public void execute()
executeUpdateDelete
public int executeUpdateDelete()
executeInsert
public long executeInsert()
simpleQueryForLong
public long simpleQueryForLong()
simpleQueryForString
public String simpleQueryForString()
simpleQueryForBlobFileDescriptor
public ParcelFileDescriptor simpleQueryForBlobFileDescriptor()
Copyright © 2008-2012. All Rights Reserved.