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. --- .../bind/tuple/TupleTupleMarshalledKeyCreator.html | 631 +++++++++++---------- 1 file changed, 319 insertions(+), 312 deletions(-) (limited to 'docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html') diff --git a/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html b/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html index b5647295..5ee29f07 100644 --- a/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html +++ b/docs/java/com/sleepycat/bind/tuple/TupleTupleMarshalledKeyCreator.html @@ -1,341 +1,348 @@ - - - - - -TupleTupleMarshalledKeyCreator (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.bind.tuple -
-Class TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>

-
-java.lang.Object
-  extended by com.sleepycat.bind.tuple.TupleBase<E>
-      extended by com.sleepycat.bind.tuple.TupleTupleKeyCreator<E>
-          extended by com.sleepycat.bind.tuple.TupleTupleMarshalledKeyCreator<E>
-
-
-
All Implemented Interfaces:
ForeignKeyNullifier, SecondaryKeyCreator
-
-
-
-
public class TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
extends TupleTupleKeyCreator<E>
- - -

-A concrete key creator that works in conjunction with a TupleTupleMarshalledBinding. This key creator works by calling the - methods of the MarshalledTupleKeyEntity interface to create and +

+
com.sleepycat.bind.tuple
+

Class TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ForeignKeyNullifier, SecondaryKeyCreator
    +
    +
    +
    +
    public class TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
    +extends TupleTupleKeyCreator<E>
    +
    A concrete key creator that works in conjunction with a TupleTupleMarshalledBinding. This key creator works by calling the + methods of the MarshalledTupleKeyEntity interface to create and clear the index key.

    Note that a marshalled tuple key creator is somewhat less efficient than a non-marshalled key tuple creator because more conversions are needed. A marshalled key creator must convert the entry to an object in - order to create the key, while an unmarshalled key creator does not.

    -

    - -

    -


    - -

    - + order to create the key, while an unmarshalled key creator does not.

    +
  • +
+
+
+ +
+
+
+
+
Overrides:
+
nullifyForeignKey in class TupleTupleKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity>
+
Parameters:
dataInput - is the TupleInput for the data entry.
dataOutput - is the destination TupleOutput.
+
Returns:
true if the key was cleared, or false to indicate that the key + is not present and no change is necessary.
+ + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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