Home | History | Annotate | Download | only in database

Lines Matching refs:RIGHT

35  *         case RIGHT:
60 RIGHT,
61 /** The row currently pointed to by the right cursor is unique */
68 * Initializes the CursorJoiner and resets the cursors to the first row. The left and right
72 * @param cursorRight The right cursor to compare
73 * @param columnNamesRight The column names to compare from the right cursor
80 "you must have the same number of columns on the left and right, "
129 case RIGHT:
152 * @return LEFT, if the row pointed to by the left cursor is unique, RIGHT
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both
177 mCompareResult = Result.RIGHT;
184 mCompareResult = Result.RIGHT;
222 case RIGHT: