Java android.database CursorJoiner fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

CursorJoiner(Cursor cursorLeft, String[] columnNamesLeft, Cursor cursorRight, String[] columnNamesRight)
Initializes the CursorJoiner and resets the cursors to the first row.