Example usage for android.database.sqlite SQLiteProgram subclass-usage

List of usage examples for android.database.sqlite SQLiteProgram subclass-usage

Introduction

In this page you can find the example usage for android.database.sqlite SQLiteProgram subclass-usage.

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>