Android
android.database
public static final enum

android.database.CursorJoiner.Result

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().

Summary

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()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final CursorJoiner.Result BOTH

The rows pointed to by both cursors are the same

public static final CursorJoiner.Result LEFT

The row currently pointed to by the right cursor is unique

public static final CursorJoiner.Result RIGHT

The row currently pointed to by the left cursor is unique

Public Methods

public static CursorJoiner.Result valueOf(String name)

public static final Result[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56