|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.OperationStatus
Status values from database operations.
Field Summary | |
static OperationStatus |
KEYEMPTY
The cursor operation was unsuccessful because the current record was deleted. |
static OperationStatus |
KEYEXIST
The operation to insert data was configured to not allow overwrite and the key already exists in the database. |
static OperationStatus |
NOTFOUND
The requested key/data pair was not found. |
static OperationStatus |
SUCCESS
The operation was successful. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, 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
|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |