com.sleepycat.je.dbi
Class GetMode

java.lang.Object
  extended by com.sleepycat.je.dbi.GetMode

public class GetMode
extends Object

Internal class used to distinguish which variety of getXXX() that Cursor.retrieveNext should use.


Field Summary
static GetMode NEXT
           
static GetMode NEXT_DUP
           
static GetMode NEXT_NODUP
           
static GetMode PREV
           
static GetMode PREV_DUP
           
static GetMode PREV_NODUP
           
 
Method Summary
 boolean isForward()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

isForward

public final boolean isForward()

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.