com.sleepycat.je.dbi
Class PutMode

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

public class PutMode
extends Object

Internal class used to distinguish which variety of putXXX() that Cursor.putInternal() should use.


Field Summary
static PutMode CURRENT
           
static PutMode NODUP
           
static PutMode NOOVERWRITE
           
static PutMode OVERWRITE
           
 
Constructor Summary
PutMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODUP

public static final PutMode NODUP

CURRENT

public static final PutMode CURRENT

OVERWRITE

public static final PutMode OVERWRITE

NOOVERWRITE

public static final PutMode NOOVERWRITE
Constructor Detail

PutMode

public PutMode()


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