java.lang.Object | |||
java.lang.Enum<E extends java.lang.Enum<E>> | Serializable Comparable<T> | ||
android.database.CursorJoiner.Result |
The result of a call to next().
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 |
static | CursorJoiner.Result | valueOf(String name) | ||||
final | static | Result[] | values() |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |