Java android.database.sqlite SQLiteOpenHelper fields, constructors, methods, implement or subclass

Example usage for Java android.database.sqlite SQLiteOpenHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.database.sqlite SQLiteOpenHelper.

The text is from its open source code.

Subclass

android.database.sqlite.SQLiteOpenHelper has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidclose()
Close any open database object.
StringgetDatabaseName()
Return the name of the SQLite database being opened, as given to the constructor.
SQLiteDatabasegetReadableDatabase()
Create and/or open a database.
SQLiteDatabasegetWritableDatabase()
Create and/or open a database that will be used for reading and writing.