public static class CursorImpl.SearchMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CursorImpl.SearchMode |
BOTH |
static CursorImpl.SearchMode |
BOTH_RANGE |
static CursorImpl.SearchMode |
SET |
static CursorImpl.SearchMode |
SET_RANGE |
Modifier and Type | Method and Description |
---|---|
boolean |
isDataSearch()
Returns true when the data value is included in the search, i.e.,
for BOTH and BOTH_RANGE.
|
boolean |
isExactSearch()
Returns true when the key or key/data search is exact, i.e., for SET
and BOTH.
|
java.lang.String |
toString() |
public static final CursorImpl.SearchMode SET
public static final CursorImpl.SearchMode BOTH
public static final CursorImpl.SearchMode SET_RANGE
public static final CursorImpl.SearchMode BOTH_RANGE
public final boolean isExactSearch()
public final boolean isDataSearch()
public java.lang.String toString()
toString
in class java.lang.Object