com.sleepycat.je.dbi
Class PutMode
java.lang.Object
com.sleepycat.je.dbi.PutMode
- public class PutMode
- extends Object
Internal class used to distinguish which variety of putXXX() that
Cursor.putInternal() should use.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NODUP
public static final PutMode NODUP
CURRENT
public static final PutMode CURRENT
OVERWRITE
public static final PutMode OVERWRITE
NOOVERWRITE
public static final PutMode NOOVERWRITE
PutMode
public PutMode()
Copyright 2004 Sleepycat, Inc. All Rights Reserved.