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/JoinCursor.html | 668 ++++++++++++++--------------- 1 file changed, 327 insertions(+), 341 deletions(-) (limited to 'docs/java/com/sleepycat/db/JoinCursor.html') diff --git a/docs/java/com/sleepycat/db/JoinCursor.html b/docs/java/com/sleepycat/db/JoinCursor.html index f2cea579..8b5b3db3 100644 --- a/docs/java/com/sleepycat/db/JoinCursor.html +++ b/docs/java/com/sleepycat/db/JoinCursor.html @@ -1,110 +1,108 @@ - - - - - -JoinCursor (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class JoinCursor

-
-java.lang.Object
-  extended by com.sleepycat.db.JoinCursor
-
-
-
-
public class JoinCursor
extends Object
- - -

-A specialized join cursor for use in performing equality or natural joins on +

+
com.sleepycat.db
+

Class JoinCursor

+
+
+ +
+
    +
  • +
    +
    +
    public class JoinCursor
    +extends java.lang.Object
    +
    A specialized join cursor for use in performing equality or natural joins on secondary indices.

    -A join cursor is returned when calling Database.join. +A join cursor is returned when calling Database.join.

    To open a join cursor using two secondary cursors:

    @@ -157,276 +155,264 @@ To open a join cursor using two secondary cursors:
                 joinCursor.close();
             }
         }
    -
    -

    - -

    -


    - -

    - +

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

    -close

    -
    -public void close()
    -           throws DatabaseException
    -
    -
    Closes the cursors that have been opened by this join cursor. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        close

        +
        public void close()
        +           throws DatabaseException
        +
        Closes the cursors that have been opened by this join cursor.

        - The cursors passed to Database.join are not closed + The cursors passed to Database.join are not closed by this method, and should be closed by the caller.

        -

        -

        -

        - -
        Throws: -
        DatabaseException - if a failure occurs.
        -
        -
    -
    - -

    -getDatabase

    -
    -public Database getDatabase()
    -
    -
    Returns the primary database handle associated with this cursor. -

    -

    -

    - -
    Returns:
    the primary database handle associated with this cursor.
    -
    -
    -
    - -

    -getConfig

    -
    -public JoinConfig getConfig()
    -
    -
    Returns this object's configuration. -

    -

    -

    - -
    Returns:
    this object's configuration.
    -
    -
    -
    - -

    -getNext

    -
    -public OperationStatus getNext(DatabaseEntry key,
    -                               LockMode lockMode)
    -                        throws DatabaseException
    -
    -
    Returns the next primary key resulting from the join operation. +

+
Throws:
+
DatabaseException - if a failure occurs.
+ + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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