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

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

Introduction

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

Usage

From source file io.requery.android.database.sqlite.SQLiteDatabase.java

/**
 * Exposes methods to manage a SQLite database.
 *
 * <p>
 * SQLiteDatabase has methods to create, delete, execute SQL commands, and
 * perform other common database management tasks.