Package com.sleepycat.db
Class OperationStatus
java.lang.Object
com.sleepycat.db.OperationStatus
Status values from database operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationStatusThe cursor operation was unsuccessful because the current record was deleted.static final OperationStatusThe operation to insert data was configured to not allow overwrite and the key already exists in the database.static final OperationStatusThe requested key/data pair was not found.static final OperationStatusThe operation was successful. -
Method Summary
-
Field Details
-
SUCCESS
The operation was successful. -
KEYEXIST
The operation to insert data was configured to not allow overwrite and the key already exists in the database. -
KEYEMPTY
The cursor operation was unsuccessful because the current record was deleted. -
NOTFOUND
The requested key/data pair was not found.
-
-
Method Details