Added in API level 1
    SQLiteQuery
class SQLiteQuery : SQLiteProgram
| kotlin.Any | |||
| ↳ | 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() | 
| Inherited functions | |
|---|---|
Public methods
toString
Added in API level 1
      fun toString(): String
| Return | |
|---|---|
| String | a string representation of the object. | 
