com.sleepycat.je.dbi
Class GetMode
java.lang.Object
com.sleepycat.je.dbi.GetMode
public class GetMode
- extends java.lang.Object
Internal class used to distinguish which variety of getXXX() that
Cursor.retrieveNext should use.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2004,2008 Oracle. All rights reserved.