public final class

SQLiteQuery

extends SQLiteProgram
java.lang.Object
   ↳ com.tencent.wcdb.database.SQLiteClosable
     ↳ com.tencent.wcdb.database.SQLiteProgram
       ↳ com.tencent.wcdb.database.SQLiteQuery

Class Overview

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()
[Expand]
Inherited Methods
From class com.tencent.wcdb.database.SQLiteProgram
From class com.tencent.wcdb.database.SQLiteClosable
From class java.lang.Object
From interface java.io.Closeable
From interface java.lang.AutoCloseable

Public Methods

public String toString ()