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/BtreePrefixCalculator.html | 400 +++++++++++---------- 1 file changed, 201 insertions(+), 199 deletions(-) (limited to 'docs/java/com/sleepycat/db/BtreePrefixCalculator.html') diff --git a/docs/java/com/sleepycat/db/BtreePrefixCalculator.html b/docs/java/com/sleepycat/db/BtreePrefixCalculator.html index 67904ba7..f5195981 100644 --- a/docs/java/com/sleepycat/db/BtreePrefixCalculator.html +++ b/docs/java/com/sleepycat/db/BtreePrefixCalculator.html @@ -1,217 +1,219 @@ - - - - - -BtreePrefixCalculator (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface BtreePrefixCalculator

-
-
-
public interface BtreePrefixCalculator
- - -

-An interface specifying how Btree prefixes should be calculated. -

- -

-


- -

- +

+
com.sleepycat.db
+

Interface BtreePrefixCalculator

+
+
+
+
    +
  • +
    +
    +
    public interface BtreePrefixCalculator
    +
    An interface specifying how Btree prefixes should be calculated.
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -prefix

    -
    -int prefix(Database db,
    -           DatabaseEntry dbt1,
    -           DatabaseEntry dbt2)
    -
    -
    The application-specific Btree prefix callback. -

    -

    -

    -
    Parameters:
    db - The enclosing database handle.
    dbt1 - A database entry representing a database key.
    dbt2 - A database entry representing a database key.
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        prefix

        +
        int prefix(Database db,
        +         DatabaseEntry dbt1,
        +         DatabaseEntry dbt2)
        +
        The application-specific Btree prefix callback. +

        +
        Parameters:
        db - The enclosing database handle.
        dbt1 - A database entry representing a database key.
        dbt2 - A database entry representing a database 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