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

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

Introduction

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

The text is from its open source code.

Constructor

SQLiteCursor(SQLiteDatabase db, SQLiteCursorDriver driver, String editTable, SQLiteQuery query)
Execute a query and provide access to its result set through a Cursor interface.

Method