Added in API level 1
Summary:
Methods
| Inherited Methods
SQLiteQuery
public
final
class
SQLiteQuery
extends SQLiteProgram
| java.lang.Object | |||
| ↳ | android.database.sqlite.SQLiteClosable | ||
| ↳ | android.database.sqlite.SQLiteProgram | ||
| ↳ | android.database.sqlite.SQLiteQuery | ||
Represents a query that reads the resulting rows into a SQLiteQuery.
This class is used by SQLiteCursor and isn't useful itself.
This class is not thread-safe.
Summary
Public methods | |
|---|---|
String
|
toString()
Returns a string representation of the object. |
Inherited methods | |
|---|---|
Public methods
toString
Added in API level 1
public String toString ()
Returns a string representation of the object.
| Returns | |
|---|---|
String |
a string representation of the object. |