public final class OperationStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final OperationStatus SUCCESS
public static final OperationStatus KEYEXIST
public static final OperationStatus KEYEMPTY
public static final OperationStatus NOTFOUND
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.