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/db/JoinConfig.html | 630 ++++++++++++++--------------- 1 file changed, 314 insertions(+), 316 deletions(-) (limited to 'docs/java/com/sleepycat/db/JoinConfig.html') diff --git a/docs/java/com/sleepycat/db/JoinConfig.html b/docs/java/com/sleepycat/db/JoinConfig.html index 101eed88..e546fd71 100644 --- a/docs/java/com/sleepycat/db/JoinConfig.html +++ b/docs/java/com/sleepycat/db/JoinConfig.html @@ -1,111 +1,111 @@ - - - - - -JoinConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class JoinConfig

-
-java.lang.Object
-  extended by com.sleepycat.db.JoinConfig
-
-
-
All Implemented Interfaces:
Cloneable
-
-
-
-
public class JoinConfig
extends Object
implements Cloneable
- - -

-The configuration properties of a JoinCursor. -The join cursor configuration is specified when calling Database.join. +

+
com.sleepycat.db
+

Class JoinConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    +
    public class JoinConfig
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
    The configuration properties of a JoinCursor. +The join cursor configuration is specified when calling Database.join.

    To create a configuration object with default attributes:

    @@ -116,143 +116,145 @@ To set custom attributes:
         JoinConfig config = new JoinConfig();
         config.setNoSort(true);
     
    -

    -

    - -

    -

    -
    See Also:
    Database.join, -JoinCursor
    -
    - -

    +

    +
    See Also:
    Database.join, +JoinCursor
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Field Summary
    -static JoinConfigDEFAULT - -
    -          Default configuration used if null is passed to Database.join
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static JoinConfigDEFAULT +
      Default configuration used if null is passed to Database.join
      +
      +
    • +
    - - - - - - - - - -
    -Constructor Summary
    JoinConfig() - -
    -          Creates an instance with the system's default settings.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      JoinConfig() +
      Creates an instance with the system's default settings.
      +
      +
    • +
    - - - - - - - - - - - - - - -
    -Method Summary
    - booleangetNoSort() - -
    -          Returns whether automatic sorting of the input cursors is disabled.
    - voidsetNoSort(boolean noSort) - -
    -          Specifies whether automatic sorting of the input cursors is disabled.
    - - - - - - - -
    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
      booleangetNoSort() +
      Returns whether automatic sorting of the input cursors is disabled.
      +
      voidsetNoSort(boolean noSort) +
      Specifies whether automatic sorting of the input cursors is disabled.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

    -DEFAULT

    -
    -public static final JoinConfig DEFAULT
    -
    -
    Default configuration used if null is passed to Database.join -

    -

    -
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -JoinConfig

    -
    -public JoinConfig()
    -
    -
    Creates an instance with the system's default settings. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JoinConfig

        +
        public JoinConfig()
        +
        Creates an instance with the system's default settings.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setNoSort

    -
    -public void setNoSort(boolean noSort)
    -
    -
    Specifies whether automatic sorting of the input cursors is disabled. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setNoSort

        +
        public void setNoSort(boolean noSort)
        +
        Specifies whether automatic sorting of the input cursors is disabled.

        Joined values are retrieved by doing a sequential iteration over the first cursor in the cursor array, and a nested iteration over each @@ -270,96 +272,92 @@ public void setNoSort(boolean noSort) order other than the default. Calling this method permits applications to perform join optimization prior to calling Database.join. -

        -

        -

        -
        -
        -
        -
        Parameters:
        noSort - whether automatic sorting of the input cursors is disabled. -

        See Also:
        Database.join
        -
        -
    -
    - -

    -getNoSort

    -
    -public boolean getNoSort()
    -
    -
    Returns whether automatic sorting of the input cursors is disabled. -

    -

    -

    -
    -
    -
    - -
    Returns:
    whether automatic sorting of the input cursors is disabled. -

    See Also:
    setNoSort(boolean)
    -
    -
    +

+
Parameters:
noSort - whether automatic sorting of the input cursors is disabled. +

See Also:
Database.join
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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