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. --- .../com/sleepycat/db/ForeignKeyDeleteAction.html | 584 ++++++++++----------- 1 file changed, 290 insertions(+), 294 deletions(-) (limited to 'docs/java/com/sleepycat/db/ForeignKeyDeleteAction.html') diff --git a/docs/java/com/sleepycat/db/ForeignKeyDeleteAction.html b/docs/java/com/sleepycat/db/ForeignKeyDeleteAction.html index 1061e52b..355a7f74 100644 --- a/docs/java/com/sleepycat/db/ForeignKeyDeleteAction.html +++ b/docs/java/com/sleepycat/db/ForeignKeyDeleteAction.html @@ -1,325 +1,321 @@ - - - - - -ForeignKeyDeleteAction (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ForeignKeyDeleteAction

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

-The action taken when a referenced record in the foreign key database is +

+
com.sleepycat.db
+

Class ForeignKeyDeleteAction

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - - - - - - - - + +
    -Field Summary
    -static ForeignKeyDeleteActionABORT - -
    -          When a referenced record in the foreign key database is deleted, abort - the transaction by throwing a DatabaseException.
    -static ForeignKeyDeleteActionCASCADE - -
    -          When a referenced record in the foreign key database is deleted, delete - the primary database record that references it.
    -static ForeignKeyDeleteActionNULLIFY - -
    -          When a referenced record in the foreign key database is deleted, set the +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + - -
      Fields 
      Modifier and TypeField and Description
      static ForeignKeyDeleteActionABORT +
      When a referenced record in the foreign key database is deleted, abort + the transaction by throwing a DatabaseException.
      +
      static ForeignKeyDeleteActionCASCADE +
      When a referenced record in the foreign key database is deleted, delete + the primary database record that references it.
      +
      static ForeignKeyDeleteActionNULLIFY +
      When a referenced record in the foreign key database is deleted, set the reference to null in the primary database record that references it, - thereby deleting the secondary key.
      -  + thereby deleting the secondary key. +
    +
  • +
- - - - - - - - - - -
-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
    - -

    -ABORT

    -
    -public static ForeignKeyDeleteAction ABORT
    -
    -
    When a referenced record in the foreign key database is deleted, abort - the transaction by throwing a DatabaseException. -

    -

    -
    -
    -
    - -

    -CASCADE

    -
    -public static ForeignKeyDeleteAction CASCADE
    -
    -
    When a referenced record in the foreign key database is deleted, delete - the primary database record that references it. -

    -

    -
    -
    -
    - -

    -NULLIFY

    -
    -public static ForeignKeyDeleteAction NULLIFY
    -
    -
    When a referenced record in the foreign key database is deleted, set the +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        CASCADE

        +
        public static ForeignKeyDeleteAction CASCADE
        +
        When a referenced record in the foreign key database is deleted, delete + the primary database record that references it.
        +
      • +
      + + + +
        +
      • +

        NULLIFY

        +
        public static ForeignKeyDeleteAction NULLIFY
        +
        When a referenced record in the foreign key database is deleted, set the reference to null in the primary database record that references it, thereby deleting the secondary key. @see ForeignKeyNullifier @see - ForeignMultiKeyNullifier -

        -

        -
        -
    - + ForeignMultiKeyNullifier
+ + + + - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
-
Overrides:
toString in class 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