List of usage examples for android.database.sqlite SQLiteProgram subclass-usage
From source file io.requery.android.database.sqlite.SQLiteQuery.java
/**
* Represents a query that reads the resulting rows into a {@link SQLiteQuery}.
* This class is used by {@link SQLiteCursor} and isn't useful itself.
* <p>
* This class is not thread-safe.
* </p>