android.database.sqlite
Class SQLiteQuery

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

public class SQLiteQuery
extends SQLiteProgram


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

Method Detail

toString

public String toString()
Overrides:
toString in class Object

close

public void close()
Overrides:
close in class SQLiteProgram


Copyright © 2008-2012. All Rights Reserved.