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/CursorConfig.html | 1511 ++++++++++++-------------- 1 file changed, 701 insertions(+), 810 deletions(-) (limited to 'docs/java/com/sleepycat/db/CursorConfig.html') diff --git a/docs/java/com/sleepycat/db/CursorConfig.html b/docs/java/com/sleepycat/db/CursorConfig.html index ccdf533f..d3c0fdef 100644 --- a/docs/java/com/sleepycat/db/CursorConfig.html +++ b/docs/java/com/sleepycat/db/CursorConfig.html @@ -1,864 +1,755 @@ - - - - - -CursorConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class CursorConfig

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

-Specify the attributes of database cursor. An instance created with the -default constructor is initialized with the system's default settings. -

- -

-


- -

+

+
com.sleepycat.db
+

Class CursorConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    +
    public class CursorConfig
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
    Specify the attributes of database cursor. An instance created with the +default constructor is initialized with the system's default settings.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +
    -Field Summary
    -static CursorConfigBULK_CURSOR - -
    -          A convenience instance to specify the database cursor will be used to make - bulk changes to the underlying database.
    -static CursorConfigDEFAULT - -
    -          Default configuration used if null is passed to methods that create a - cursor.
    -static CursorConfigDEGREE_2 - -
    -          Deprecated. This has been replaced by READ_COMMITTED to conform to ANSI database isolation terminology.
    -static CursorConfigDIRTY_READ - -
    -          Deprecated. This has been replaced by READ_UNCOMMITTED to conform to ANSI - database isolation terminology.
    -static CursorConfigREAD_COMMITTED - -
    -          A convenience instance to configure a cursor for read committed isolation.
    -static CursorConfigREAD_UNCOMMITTED - -
    -          A convenience instance to configure read operations performed by the - cursor to return modified but not yet committed data.
    -static CursorConfigSNAPSHOT - -
    -          A convenience instance to configure read operations performed by the +
    static CursorConfigWRITECURSOR +
    A convenience instance to specify the Concurrent Data Store environment + cursor will be used to update the database.
    +
    +
  • +
- - - - - - - - - -
-Constructor Summary
CursorConfig() - -
-          An instance created using the default constructor is initialized with - the system's default settings.
-  +
    +
  • + + +

    Constructor Summary

    + + + + + + + + +
    Constructors 
    Constructor and Description
    CursorConfig() +
    An instance created using the default constructor is initialized with + the system's default settings.
    +
    +
  • +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleangetBulkCursor() - -
-          Return if the cursor will be used to do bulk operations on the underlying - database.
- booleangetDegree2() - -
-          Deprecated. This has been replaced by getReadCommitted() to conform to ANSI - database isolation terminology.
- booleangetDirtyRead() - -
-          Deprecated. This has been replaced by getReadUncommitted() to - conform to ANSI database isolation terminology.
- booleangetReadCommitted() - -
-          Return if the cursor is configured for read committed isolation.
- booleangetReadUncommitted() - -
-          Return if read operations performed by the cursor are configured to - return modified but not yet committed data.
- booleangetSnapshot() - -
-          Return if read operations performed by the cursor are configured to return - data as it was when the cursor was opened, without locking.
- booleangetWriteCursor() - -
-          Return if the Concurrent Data Store environment cursor will be used to - update the database.
- voidsetBulkCursor(boolean bulkCursor) - -
-          Specify that the cursor will be used to do bulk operations on the - underlying database.
- voidsetDegree2(boolean degree2) - -
-          Deprecated. This has been replaced by setReadCommitted(boolean) to conform to ANSI - database isolation terminology.
- voidsetDirtyRead(boolean dirtyRead) - -
-          Deprecated. This has been replaced by setReadUncommitted(boolean) to - conform to ANSI database isolation terminology.
- voidsetReadCommitted(boolean readCommitted) - -
-          Configure the cursor for read committed isolation.
- voidsetReadUncommitted(boolean readUncommitted) - -
-          Configure read operations performed by the cursor to return modified - but not yet committed data.
- voidsetSnapshot(boolean snapshot) - -
-          Configure read operations performed by the cursor to return data as it was - when the cursor opened without locking, if DatabaseConfig.setMultiversion(boolean) was configured.
- voidsetWriteCursor(boolean writeCursor) - -
-          Specify the Concurrent Data Store environment cursor will be used to - update the database.
- - - - - - - -
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
    booleangetBulkCursor() +
    Return if the cursor will be used to do bulk operations on the underlying + database.
    +
    booleangetDegree2() +
    Deprecated.  +
    This has been replaced by getReadCommitted() to conform to ANSI + database isolation terminology.
    +
    +
    booleangetDirtyRead() +
    Deprecated.  +
    This has been replaced by getReadUncommitted() to + conform to ANSI database isolation terminology.
    +
    +
    booleangetReadCommitted() +
    Return if the cursor is configured for read committed isolation.
    +
    booleangetReadUncommitted() +
    Return if read operations performed by the cursor are configured to + return modified but not yet committed data.
    +
    booleangetSnapshot() +
    Return if read operations performed by the cursor are configured to return + data as it was when the cursor was opened, without locking.
    +
    booleangetWriteCursor() +
    Return if the Concurrent Data Store environment cursor will be used to + update the database.
    +
    voidsetBulkCursor(boolean bulkCursor) +
    Specify that the cursor will be used to do bulk operations on the + underlying database.
    +
    voidsetDegree2(boolean degree2) +
    Deprecated.  +
    This has been replaced by setReadCommitted(boolean) to conform to ANSI + database isolation terminology.
    +
    +
    voidsetDirtyRead(boolean dirtyRead) +
    Deprecated.  +
    This has been replaced by setReadUncommitted(boolean) to + conform to ANSI database isolation terminology.
    +
    +
    voidsetReadCommitted(boolean readCommitted) +
    Configure the cursor for read committed isolation.
    +
    voidsetReadUncommitted(boolean readUncommitted) +
    Configure read operations performed by the cursor to return modified + but not yet committed data.
    +
    voidsetSnapshot(boolean snapshot) +
    Configure read operations performed by the cursor to return data as it was + when the cursor opened without locking, if DatabaseConfig.setMultiversion(boolean) was configured.
    +
    voidsetWriteCursor(boolean writeCursor) +
    Specify the Concurrent Data Store environment cursor will be used to + update the database.
    +
    +
      +
    • + + +

      Methods inherited from class java.lang.Object

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

    -DEFAULT

    -
    -public static final CursorConfig DEFAULT
    -
    -
    Default configuration used if null is passed to methods that create a - cursor. -

    -

    -
    -
    -
    - -

    -BULK_CURSOR

    -
    -public static final CursorConfig BULK_CURSOR
    -
    -
    A convenience instance to specify the database cursor will be used to make - bulk changes to the underlying database. -

    -

    -
    -
    -
    - -

    -READ_COMMITTED

    -
    -public static final CursorConfig READ_COMMITTED
    -
    -
    A convenience instance to configure a cursor for read committed isolation. +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT

        +
        public static final CursorConfig DEFAULT
        +
        Default configuration used if null is passed to methods that create a + cursor.
        +
      • +
      + + + +
        +
      • +

        BULK_CURSOR

        +
        public static final CursorConfig BULK_CURSOR
        +
        A convenience instance to specify the database cursor will be used to make + bulk changes to the underlying database.
        +
      • +
      + + + +
        +
      • +

        READ_COMMITTED

        +
        public static final CursorConfig READ_COMMITTED
        +
        A convenience instance to configure a cursor for read committed isolation.

        This ensures the stability of the current data item read by the cursor but permits data read by this cursor to be modified or - deleted prior to the commit of the transaction. -

        -

        -
        -
    -
    - -

    -READ_UNCOMMITTED

    -
    -public static final CursorConfig READ_UNCOMMITTED
    -
    -
    A convenience instance to configure read operations performed by the - cursor to return modified but not yet committed data. -

    -

    -
    -
    -
    - -

    -SNAPSHOT

    -
    -public static final CursorConfig SNAPSHOT
    -
    -
    A convenience instance to configure read operations performed by the + deleted prior to the commit of the transaction.
+ + + + + + + + + + + + + + + + + + + + + + + + - - - - - - -
-Constructor Detail
- -

-CursorConfig

-
-public CursorConfig()
-
-
An instance created using the default constructor is initialized with - the system's default settings. -

-

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

-setBulkCursor

-
-public void setBulkCursor(boolean bulkCursor)
-
-
Specify that the cursor will be used to do bulk operations on the +
    +
  • + + +

    Method Detail

    + + + +
      +
    • +

      setBulkCursor

      +
      public void setBulkCursor(boolean bulkCursor)
      +
      Specify that the cursor will be used to do bulk operations on the underlying database. -

      -

      -

      -
      -
      -
      -
      Parameters:
      bulkCursor - If true, specify the cursor will be used to do bulk operations on the - underlying database.
      -
      -
-
- -

-getBulkCursor

-
-public boolean getBulkCursor()
-
-
Return if the cursor will be used to do bulk operations on the underlying +

+
Parameters:
bulkCursor - If true, specify the cursor will be used to do bulk operations on the + underlying database.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - - - - - - - - - - - - - - - - - -
-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