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
All Implemented Interfaces:
Closeable

public final class SQLiteStatement
extends SQLiteProgram


Method Summary
 void execute()
           
 long executeInsert()
           
 int executeUpdateDelete()
           
 ParcelFileDescriptor simpleQueryForBlobFileDescriptor()
           
 long simpleQueryForLong()
           
 String simpleQueryForString()
           
 String toString()
           
 
Methods inherited from class android.database.sqlite.SQLiteProgram
bindAllArgsAsStrings, bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, getUniqueId, onAllReferencesReleased
 
Methods inherited from class android.database.sqlite.SQLiteClosable
acquireReference, close, onAllReferencesReleasedFromContainer, releaseReference, releaseReferenceFromContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

execute

public void execute()

executeUpdateDelete

public int executeUpdateDelete()

executeInsert

public long executeInsert()

simpleQueryForLong

public long simpleQueryForLong()

simpleQueryForString

public String simpleQueryForString()

simpleQueryForBlobFileDescriptor

public ParcelFileDescriptor simpleQueryForBlobFileDescriptor()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.