com.sleepycat.je.dbi
Class GetMode
java.lang.Object
com.sleepycat.je.dbi.GetMode
public class GetMode
- extends Object
Internal class used to distinguish which variety of getXXX() that
Cursor.retrieveNext should use.
NEXT
public static final GetMode NEXT
PREV
public static final GetMode PREV
NEXT_DUP
public static final GetMode NEXT_DUP
PREV_DUP
public static final GetMode PREV_DUP
NEXT_NODUP
public static final GetMode NEXT_NODUP
PREV_NODUP
public static final GetMode PREV_NODUP
isForward
public final boolean isForward()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.