public final class OperationStatus
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static OperationStatus | KEYEMPTYThe cursor operation was unsuccessful because the current record
    was deleted. | 
| static OperationStatus | KEYEXISTThe operation to insert data was configured to not allow overwrite
    and the key already exists in the database. | 
| static OperationStatus | NOTFOUNDThe requested key/data pair was not found. | 
| static OperationStatus | SUCCESSThe 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) 2004,2014 Oracle. All rights reserved.