java.lang.Object | ||
↳ | java.lang.Enum <E extends java.lang.Enum <E>> | |
↳ | android.database.CursorJoiner.Result |
The result of a call to next().
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CursorJoiner.Result | BOTH | The rows pointed to by both cursors are the same | |||||||||
CursorJoiner.Result | LEFT | The row currently pointed to by the right cursor is unique | |||||||||
CursorJoiner.Result | RIGHT | The row currently pointed to by the left cursor is unique |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
The rows pointed to by both cursors are the same
The row currently pointed to by the right cursor is unique
The row currently pointed to by the left cursor is unique