No examples for this method.
Frequently called with: [Clear]
-1
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 row currently pointed to by the right cursor is unique
The row currently pointed to by the left cursor is unique