public
static
final
enum
CursorJoiner.Result
extends Enum<CursorJoiner.Result>
java.lang.Object | ||
↳ | java.lang.Enum<android.database.CursorJoiner.Result> | |
↳ | 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 | |
---|---|
static
CursorJoiner.Result
|
valueOf(String name)
|
static
final
Result[]
|
values()
|
Inherited methods | |
---|---|
From
class
java.lang.Enum
| |
From
class
java.lang.Object
| |
From
interface
java.lang.Comparable
|
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
CursorJoiner.Result valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
CursorJoiner.Result |