From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/OperationStatus.html | 611 ++++++++++++------------ 1 file changed, 301 insertions(+), 310 deletions(-) (limited to 'docs/java/com/sleepycat/db/OperationStatus.html') diff --git a/docs/java/com/sleepycat/db/OperationStatus.html b/docs/java/com/sleepycat/db/OperationStatus.html index 60b82e57..e70847d2 100644 --- a/docs/java/com/sleepycat/db/OperationStatus.html +++ b/docs/java/com/sleepycat/db/OperationStatus.html @@ -1,330 +1,321 @@ - - - - - -OperationStatus (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class OperationStatus

-
-java.lang.Object
-  extended by com.sleepycat.db.OperationStatus
-
-
-
-
public final class OperationStatus
extends Object
- - -

-Status values from database operations. -

- -

-


- -

+

+
com.sleepycat.db
+

Class OperationStatus

+
+
+ +
+
    +
  • +
    +
    +
    public final class OperationStatus
    +extends java.lang.Object
    +
    Status values from database operations.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static OperationStatusKEYEMPTY - -
    -          The cursor operation was unsuccessful because the current record - was deleted.
    -static OperationStatusKEYEXIST - -
    -          The operation to insert data was configured to not allow overwrite - and the key already exists in the database.
    -static OperationStatusNOTFOUND - -
    -          The requested key/data pair was not found.
    -static OperationStatusSUCCESS - -
    -          The operation was successful.
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static OperationStatusKEYEMPTY +
      The cursor operation was unsuccessful because the current record + was deleted.
      +
      static OperationStatusKEYEXIST +
      The operation to insert data was configured to not allow overwrite + and the key already exists in the database.
      +
      static OperationStatusNOTFOUND +
      The requested key/data pair was not found.
      +
      static OperationStatusSUCCESS +
      The operation was successful.
      +
      +
    • +
    - - - - - - - - - - -
    -Method Summary
    - StringtoString() - -
    -          
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -SUCCESS

    -
    -public static final OperationStatus SUCCESS
    -
    -
    The operation was successful. -

    -

    -
    -
    -
    - -

    -KEYEXIST

    -
    -public static final OperationStatus KEYEXIST
    -
    -
    The operation to insert data was configured to not allow overwrite - and the key already exists in the database. -

    -

    -
    -
    -
    - -

    -KEYEMPTY

    -
    -public static final OperationStatus KEYEMPTY
    -
    -
    The cursor operation was unsuccessful because the current record - was deleted. -

    -

    -
    -
    -
    - -

    -NOTFOUND

    -
    -public static final OperationStatus NOTFOUND
    -
    -
    The requested key/data pair was not found. -

    -

    -
    -
    - +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        SUCCESS

        +
        public static final OperationStatus SUCCESS
        +
        The operation was successful.
        +
      • +
      + + + +
        +
      • +

        KEYEXIST

        +
        public static final OperationStatus KEYEXIST
        +
        The operation to insert data was configured to not allow overwrite + and the key already exists in the database.
        +
      • +
      + + + +
        +
      • +

        KEYEMPTY

        +
        public static final OperationStatus KEYEMPTY
        +
        The cursor operation was unsuccessful because the current record + was deleted.
        +
      • +
      + + + +
        +
      • +

        NOTFOUND

        +
        public static final OperationStatus NOTFOUND
        +
        The requested key/data pair was not found.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -toString

    -
    -public String toString()
    -
    -
    -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1