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/bind/RecordNumberBinding.html | 653 ++++++++++----------- 1 file changed, 322 insertions(+), 331 deletions(-) (limited to 'docs/java/com/sleepycat/bind/RecordNumberBinding.html') diff --git a/docs/java/com/sleepycat/bind/RecordNumberBinding.html b/docs/java/com/sleepycat/bind/RecordNumberBinding.html index 57f94dd6..b2b2e37e 100644 --- a/docs/java/com/sleepycat/bind/RecordNumberBinding.html +++ b/docs/java/com/sleepycat/bind/RecordNumberBinding.html @@ -1,354 +1,345 @@ - - - - - -RecordNumberBinding (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.bind -
-Class RecordNumberBinding

-
-java.lang.Object
-  extended by com.sleepycat.bind.RecordNumberBinding
-
-
-
All Implemented Interfaces:
EntryBinding
-
-
-
-
public class RecordNumberBinding
extends Object
implements EntryBinding
- - -

-An EntryBinding that treats a record number key entry as a +

+
com.sleepycat.bind
+

Class RecordNumberBinding

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    EntryBinding
    +
    +
    +
    +
    public class RecordNumberBinding
    +extends java.lang.Object
    +implements EntryBinding
    +
    An EntryBinding that treats a record number key entry as a Long key object.

    Record numbers are returned as Long objects, although on - input any Number object may be used.

    -

    - -

    -


    - -

    - + input any Number object may be used.

    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    RecordNumberBinding() - -
    -          Creates a byte array binding.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      RecordNumberBinding() +
      Creates a byte array binding.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - LongentryToObject(DatabaseEntry entry) - -
    -          Converts a entry buffer into an Object.
    -static longentryToRecordNumber(DatabaseEntry entry) - -
    -          Utility method for use by bindings to translate a entry buffer to an - record number integer.
    - voidobjectToEntry(Object object, - DatabaseEntry entry) - -
    -          Converts an Object into a entry buffer.
    -static voidrecordNumberToEntry(long recordNumber, - DatabaseEntry entry) - -
    -          Utility method for use by bindings to translate a record number integer - to a entry buffer.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.LongentryToObject(DatabaseEntry entry) +
      Converts a entry buffer into an Object.
      +
      static longentryToRecordNumber(DatabaseEntry entry) +
      Utility method for use by bindings to translate a entry buffer to an + record number integer.
      +
      voidobjectToEntry(java.lang.Object object, + DatabaseEntry entry) +
      Converts an Object into a entry buffer.
      +
      static voidrecordNumberToEntry(long recordNumber, + DatabaseEntry entry) +
      Utility method for use by bindings to translate a record number integer + to a entry buffer.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -RecordNumberBinding

    -
    -public RecordNumberBinding()
    -
    -
    Creates a byte array binding. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RecordNumberBinding

        +
        public RecordNumberBinding()
        +
        Creates a byte array binding.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -entryToObject

    -
    -public Long entryToObject(DatabaseEntry entry)
    -
    -
    Description copied from interface: EntryBinding
    -
    Converts a entry buffer into an Object. -

    -

    -
    Specified by:
    entryToObject in interface EntryBinding
    -
    -
    -
    Parameters:
    entry - is the source entry buffer. -
    Returns:
    the resulting Object.
    -
    -
    -
    - -

    -objectToEntry

    -
    -public void objectToEntry(Object object,
    -                          DatabaseEntry entry)
    -
    -
    Description copied from interface: EntryBinding
    -
    Converts an Object into a entry buffer. -

    -

    -
    Specified by:
    objectToEntry in interface EntryBinding
    -
    -
    -
    Parameters:
    object - is the source Object.
    entry - is the destination entry buffer.
    -
    -
    -
    - -

    -entryToRecordNumber

    -
    -public static long entryToRecordNumber(DatabaseEntry entry)
    -
    -
    Utility method for use by bindings to translate a entry buffer to an - record number integer. -

    -

    -
    -
    -
    -
    Parameters:
    entry - the entry buffer. -
    Returns:
    the record number.
    -
    -
    -
    - -

    -recordNumberToEntry

    -
    -public static void recordNumberToEntry(long recordNumber,
    -                                       DatabaseEntry entry)
    -
    -
    Utility method for use by bindings to translate a record number integer - to a entry buffer. -

    -

    -
    -
    -
    -
    Parameters:
    recordNumber - the record number.
    entry - the entry buffer to hold the record number.
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        entryToObject

        +
        public java.lang.Long entryToObject(DatabaseEntry entry)
        +
        Description copied from interface: EntryBinding
        +
        Converts a entry buffer into an Object.
        +
        +
        Specified by:
        +
        entryToObject in interface EntryBinding
        +
        Parameters:
        entry - is the source entry buffer.
        +
        Returns:
        the resulting Object.
        +
      • +
      + + + +
        +
      • +

        objectToEntry

        +
        public void objectToEntry(java.lang.Object object,
        +                 DatabaseEntry entry)
        +
        Description copied from interface: EntryBinding
        +
        Converts an Object into a entry buffer.
        +
        +
        Specified by:
        +
        objectToEntry in interface EntryBinding
        +
        Parameters:
        object - is the source Object.
        entry - is the destination entry buffer.
        +
      • +
      + + + +
        +
      • +

        entryToRecordNumber

        +
        public static long entryToRecordNumber(DatabaseEntry entry)
        +
        Utility method for use by bindings to translate a entry buffer to an + record number integer.
        +
        Parameters:
        entry - the entry buffer.
        +
        Returns:
        the record number.
        +
      • +
      + + + +
        +
      • +

        recordNumberToEntry

        +
        public static void recordNumberToEntry(long recordNumber,
        +                       DatabaseEntry entry)
        +
        Utility method for use by bindings to translate a record number integer + to a entry buffer.
        +
        Parameters:
        recordNumber - the record number.
        entry - the entry buffer to hold the record number.
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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