android.database.sqlite
Class SQLiteStatement

java.lang.Object
  extended by android.database.sqlite.SQLiteClosable
      extended by android.database.sqlite.SQLiteProgram
          extended by android.database.sqlite.SQLiteStatement

public class SQLiteStatement
extends SQLiteProgram


Field Summary
 
Fields inherited from class android.database.sqlite.SQLiteProgram
mDatabase, nHandle, nStatement
 
Method Summary
 void execute()
           
 long executeInsert()
           
 long simpleQueryForLong()
           
 java.lang.String simpleQueryForString()
           
 
Methods inherited from class android.database.sqlite.SQLiteProgram
bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, close, compile, finalize, 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 android.database.sqlite.SQLiteClosable
acquireReference, releaseReference, releaseReferenceFromContainer
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute()

executeInsert

public long executeInsert()

simpleQueryForLong

public long simpleQueryForLong()

simpleQueryForString

public java.lang.String simpleQueryForString()


Copyright © 2008-2010. All Rights Reserved.