|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.OperationStatus
public class OperationStatus
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static OperationStatus |
KEYEMPTY
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
static OperationStatus |
KEYEXIST
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
static OperationStatus |
NOTFOUND
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
static OperationStatus |
SUCCESS
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final OperationStatus SUCCESS
public static final OperationStatus KEYEXIST
public static final OperationStatus KEYEMPTY
public static final OperationStatus NOTFOUND
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |