|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.dbi.PutMode
public class PutMode
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 |
---|
public static final PutMode NODUP
public static final PutMode CURRENT
public static final PutMode OVERWRITE
public static final PutMode NOOVERWRITE
Constructor Detail |
---|
public PutMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |