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/ForeignMultiKeyNullifier.html | 436 +++++++++++---------- 1 file changed, 219 insertions(+), 217 deletions(-) (limited to 'docs/java/com/sleepycat/db/ForeignMultiKeyNullifier.html') diff --git a/docs/java/com/sleepycat/db/ForeignMultiKeyNullifier.html b/docs/java/com/sleepycat/db/ForeignMultiKeyNullifier.html index 1013a8b3..38eea0e8 100644 --- a/docs/java/com/sleepycat/db/ForeignMultiKeyNullifier.html +++ b/docs/java/com/sleepycat/db/ForeignMultiKeyNullifier.html @@ -1,246 +1,248 @@ - - - - - -ForeignMultiKeyNullifier (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface ForeignMultiKeyNullifier

-
-
-
public interface ForeignMultiKeyNullifier
- - -

-The interface implemented for setting multi-valued foreign keys to null. +

+
com.sleepycat.db
+

Interface ForeignMultiKeyNullifier

+
+
+
+ +
+
+ +
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -nullifyForeignKey

    -
    -boolean nullifyForeignKey(SecondaryDatabase secondary,
    -                          DatabaseEntry key,
    -                          DatabaseEntry data,
    -                          DatabaseEntry secKey)
    -                          throws DatabaseException
    -
    -
    Sets the foreign key reference to null in the datum of the primary - database. -

    -

    -
    Parameters:
    secondary - the database in which the foreign key integrity +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        nullifyForeignKey

        +
        boolean nullifyForeignKey(SecondaryDatabase secondary,
        +                        DatabaseEntry key,
        +                        DatabaseEntry data,
        +                        DatabaseEntry secKey)
        +                          throws DatabaseException
        +
        Sets the foreign key reference to null in the datum of the primary + database.
        +
        Parameters:
        secondary - the database in which the foreign key integrity constraint is defined. This parameter is passed for informational - purposes but is not commonly used.
        key - the existing primary key. This parameter is passed for - informational purposes but is not commonly used.
        data - the existing primary datum in which the foreign key + purposes but is not commonly used.
        key - the existing primary key. This parameter is passed for + informational purposes but is not commonly used.
        data - the existing primary datum in which the foreign key reference should be set to null. This parameter should be updated by - this method if it returns true.
        secKey - the secondary key to be nullified. This parameter is + this method if it returns true.
        secKey - the secondary key to be nullified. This parameter is needed for knowing which key to nullify when multiple keys are present, - as when SecondaryMultiKeyCreator is used. -
        Returns:
        true if the datum was modified, or false to indicate that the - key is not present. -
        Throws: -
        DatabaseException - if an error occurs attempting to clear the key - reference.
        -
    -
    + as when SecondaryMultiKeyCreator is used.
    +
    Returns:
    true if the datum was modified, or false to indicate that the + key is not present.
    +
    Throws:
    +
    DatabaseException - if an error occurs attempting to clear the key + reference.
    +
  • +
+ + + + +
+
-
- - - - - - - - - - - - - - - - - - -
-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