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. --- .../java/com/sleepycat/db/ForeignKeyNullifier.html | 435 +++++++++++---------- 1 file changed, 219 insertions(+), 216 deletions(-) (limited to 'docs/java/com/sleepycat/db/ForeignKeyNullifier.html') diff --git a/docs/java/com/sleepycat/db/ForeignKeyNullifier.html b/docs/java/com/sleepycat/db/ForeignKeyNullifier.html index f3a0fc9f..9829b924 100644 --- a/docs/java/com/sleepycat/db/ForeignKeyNullifier.html +++ b/docs/java/com/sleepycat/db/ForeignKeyNullifier.html @@ -1,246 +1,249 @@ - - - - - -ForeignKeyNullifier (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface ForeignKeyNullifier

-
-
All Known Implementing Classes:
SerialSerialKeyCreator, TupleSerialKeyCreator, TupleSerialMarshalledKeyCreator, TupleTupleKeyCreator, TupleTupleMarshalledKeyCreator
-
-
-
-
public interface ForeignKeyNullifier
- - -

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

+
com.sleepycat.db
+

Interface ForeignKeyNullifier

+
+
+
+ +
+
+
    +
  • - - - - - - - - - - -
    -Method Summary
    - booleannullifyForeignKey(SecondaryDatabase secondary, - DatabaseEntry data) - -
    -          Sets the foreign key reference to null in the datum of the primary - database.
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleannullifyForeignKey(SecondaryDatabase secondary, + DatabaseEntry data) +
      Sets the foreign key reference to null in the datum of the primary + database.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -nullifyForeignKey

    -
    -boolean nullifyForeignKey(SecondaryDatabase secondary,
    -                          DatabaseEntry data)
    -                          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 data)
        +                          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.
        data - the existing primary datum in which the foreign key + 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. -
        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.
        -
    -
    + this method if it returns true.
    +
    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