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

public final class SQLiteQuery
extends SQLiteProgram


Method Summary
 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.