Example usage for Java android.database CursorJoiner fields, constructors, methods, implement or subclass
The text is from its open source code.
CursorJoiner(Cursor cursorLeft, String[] columnNamesLeft, Cursor cursorRight, String[] columnNamesRight) Initializes the CursorJoiner and resets the cursors to the first row. |