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. --- docs/java/com/sleepycat/bind/EntryBinding.html | 445 +++++++++++++------------ 1 file changed, 223 insertions(+), 222 deletions(-) (limited to 'docs/java/com/sleepycat/bind/EntryBinding.html') diff --git a/docs/java/com/sleepycat/bind/EntryBinding.html b/docs/java/com/sleepycat/bind/EntryBinding.html index 8e37c515..94bf4db9 100644 --- a/docs/java/com/sleepycat/bind/EntryBinding.html +++ b/docs/java/com/sleepycat/bind/EntryBinding.html @@ -1,245 +1,246 @@ - - - - - -EntryBinding (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.bind -
-Interface EntryBinding<E>

-
-
All Known Implementing Classes:
BigDecimalBinding, BigIntegerBinding, BooleanBinding, ByteArrayBinding, ByteBinding, CharacterBinding, DoubleBinding, FloatBinding, IntegerBinding, LongBinding, PackedIntegerBinding, PackedLongBinding, RecordNumberBinding, SerialBinding, ShortBinding, SortedBigDecimalBinding, SortedDoubleBinding, SortedFloatBinding, SortedPackedIntegerBinding, SortedPackedLongBinding, StringBinding, TupleBinding, TupleInputBinding, TupleMarshalledBinding
-
-
-
-
public interface EntryBinding<E>
- - -

-A binding between a key or data entry and a key or data object. +

+
com.sleepycat.bind
+

Interface EntryBinding<E>

+
+
+
+ +
+
+
    +
  • - - - - - - - - - - - - - - -
    -Method Summary
    - EentryToObject(DatabaseEntry entry) - -
    -          Converts a entry buffer into an Object.
    - voidobjectToEntry(E object, - DatabaseEntry entry) - -
    -          Converts an Object into a entry buffer.
    -  -

    - +

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

    -entryToObject

    -
    -E entryToObject(DatabaseEntry entry)
    -
    -
    Converts a entry buffer into an Object. -

    -

    -
    Parameters:
    entry - is the source entry buffer. -
    Returns:
    the resulting Object.
    -
    -
    -
    - -

    -objectToEntry

    -
    -void objectToEntry(E object,
    -                   DatabaseEntry entry)
    -
    -
    Converts an Object into a entry buffer. -

    -

    -
    Parameters:
    object - is the source Object.
    entry - is the destination entry buffer.
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entryToObject

        +
        E entryToObject(DatabaseEntry entry)
        +
        Converts a entry buffer into an Object.
        +
        Parameters:
        entry - is the source entry buffer.
        +
        Returns:
        the resulting Object.
        +
      • +
      + + + + + +
        +
      • +

        objectToEntry

        +
        void objectToEntry(E object,
        +                 DatabaseEntry entry)
        +
        Converts an Object into a entry buffer.
        +
        Parameters:
        object - is the source Object.
        entry - is the destination entry buffer.
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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