com.sleepycat.je.dbi
Class PutMode
java.lang.Object
com.sleepycat.je.dbi.PutMode
public class PutMode
- extends java.lang.Object
Internal class used to distinguish which variety of putXXX() that
Cursor.putInternal() should use.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object