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/SecondaryMultiKeyCreator.html | 443 +++++++++++---------- 1 file changed, 222 insertions(+), 221 deletions(-) (limited to 'docs/java/com/sleepycat/db/SecondaryMultiKeyCreator.html') diff --git a/docs/java/com/sleepycat/db/SecondaryMultiKeyCreator.html b/docs/java/com/sleepycat/db/SecondaryMultiKeyCreator.html index beae67c7..4b7517e0 100644 --- a/docs/java/com/sleepycat/db/SecondaryMultiKeyCreator.html +++ b/docs/java/com/sleepycat/db/SecondaryMultiKeyCreator.html @@ -1,109 +1,102 @@ - - - - - -SecondaryMultiKeyCreator (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface SecondaryMultiKeyCreator

-
-
-
public interface SecondaryMultiKeyCreator
- - -

-The interface implemented for extracting multi-valued secondary keys from +

+
com.sleepycat.db
+

Interface SecondaryMultiKeyCreator

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

    -createSecondaryKeys

    -
    -void createSecondaryKeys(SecondaryDatabase secondary,
    -                         DatabaseEntry key,
    -                         DatabaseEntry data,
    -                         Set results)
    -                         throws DatabaseException
    -
    -
    Creates a secondary key entry, given a primary key and data entry. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createSecondaryKeys

        +
        void createSecondaryKeys(SecondaryDatabase secondary,
        +                       DatabaseEntry key,
        +                       DatabaseEntry data,
        +                       java.util.Set results)
        +                         throws DatabaseException
        +
        Creates a secondary key entry, given a primary key and data entry.

        A secondary key may be derived from the primary key, primary data, or a combination of the primary key and data. Zero or more secondary keys may be derived from the primary record and returned in the results parameter. To ensure the integrity of a secondary database the key creator method must always return the same results for a given set of input parameters. -

        -

        -

        -
        Parameters:
        secondary - the database to which the secondary key will be added. +

        +
        Parameters:
        secondary - the database to which the secondary key will be added. This parameter is passed for informational purposes but is not commonly used. -

        key - the primary key entry. This parameter must not be modified +

        key - the primary key entry. This parameter must not be modified by this method. -

        data - the primary data entry. This parameter must not be modified +

        data - the primary data entry. This parameter must not be modified by this method. -

        results - the set to contain the the secondary key DatabaseEntry +

        results - the set to contain the the secondary key DatabaseEntry objects created by this method. -

        -

        Throws: -
        DatabaseException - if an error occurs attempting to create the - secondary key.
        -
    -
    +

    +

    Throws:
    +
    DatabaseException - if an error occurs attempting to create the + secondary key.
    +
  • +
+ + + + +
+
-
- - - - - - - - - - - - - - - - - - -
-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