| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.tencent.wcdb.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) | ||||||||||
| final static Result[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The row currently pointed to by the right cursor is unique
The row currently pointed to by the left cursor is unique