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/class-use/Transaction.html | 1413 +++++++++----------- 1 file changed, 641 insertions(+), 772 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/Transaction.html') diff --git a/docs/java/com/sleepycat/db/class-use/Transaction.html b/docs/java/com/sleepycat/db/class-use/Transaction.html index 91f35432..e7c93eca 100644 --- a/docs/java/com/sleepycat/db/class-use/Transaction.html +++ b/docs/java/com/sleepycat/db/class-use/Transaction.html @@ -1,790 +1,659 @@ - - - - - -Uses of Class com.sleepycat.db.Transaction (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.Transaction

-
- - - - - - - - - - - - - - - - - -
-Packages that use Transaction
com.sleepycat.collectionsData access based on the standard Java collections API. 
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
-  -

- - - - - -
-Uses of Transaction in com.sleepycat.collections
-  -

- - - - - - - - + + + + + + + + + + + + + + + + + + +
Methods in com.sleepycat.collections that return Transaction
- TransactionCurrentTransaction.abortTransaction() - -
-          Aborts the transaction that is active for the current thread for this +
+

Uses of Class
com.sleepycat.db.Transaction

+
+
+
+
voidEnvironment.removeDatabase(Transaction txn, + java.lang.String fileName, + java.lang.String databaseName) +
+Remove the database specified by the fileName and databaseName parameters.
+
voidDatabase.removeSequence(Transaction txn, + DatabaseEntry key, + SequenceConfig config) +
Remove the sequence from the database.
+
voidEnvironment.renameDatabase(Transaction txn, + java.lang.String fileName, + java.lang.String databaseName, + java.lang.String newName) +
+Rename a database.
+
intDatabase.truncate(Transaction txn, + boolean countRecords) +
Empty the database, discarding all records it contains.
+
+ +

  • + + +

    Uses of Transaction in com.sleepycat.persist

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in com.sleepycat.persist with parameters of type Transaction 
    Modifier and TypeMethod and Description
    booleanEntityIndex.contains(Transaction txn, + K key, + LockMode lockMode) +
    Checks for existence of a key in this index.
    +
    booleanEntityIndex.delete(Transaction txn, + K key) +
    Deletes all entities with a given index key.
    +
    EntityCursor<V>EntityIndex.entities(Transaction txn, + CursorConfig config) +
    Opens a cursor for traversing all entities in this index.
    +
    ForwardCursor<E>EntityJoin.entities(Transaction txn, + CursorConfig config) +
    Opens a cursor that returns the entities qualifying for the join.
    +
    EntityCursor<V>EntityIndex.entities(Transaction txn, + K fromKey, + boolean fromInclusive, + K toKey, + boolean toInclusive, + CursorConfig config) +
    Opens a cursor for traversing entities in a key range.
    +
    VEntityIndex.get(Transaction txn, + K key, + LockMode lockMode) +
    Gets an entity via a key of this index.
    +
    EPrimaryIndex.get(Transaction txn, + PK key, + LockMode lockMode) 
    ESecondaryIndex.get(Transaction txn, + SK key, + LockMode lockMode) 
    EntityCursor<K>EntityIndex.keys(Transaction txn, + CursorConfig config) +
    Opens a cursor for traversing all keys in this index.
    +
    ForwardCursor<PK>EntityJoin.keys(Transaction txn, + CursorConfig config) +
    Opens a cursor that returns the primary keys of entities qualifying for + the join.
    +
    EntityCursor<K>EntityIndex.keys(Transaction txn, + K fromKey, + boolean fromInclusive, + K toKey, + boolean toInclusive, + CursorConfig config) +
    Opens a cursor for traversing keys in a key range.
    +
    EPrimaryIndex.put(Transaction txn, + E entity) +
    Inserts an entity and returns null, or updates it if the primary key + already exists and returns the existing entity.
    +
    booleanPrimaryIndex.putNoOverwrite(Transaction txn, + E entity) +
    Inserts an entity and returns true, or returns false if the primary key + already exists.
    +
    voidPrimaryIndex.putNoReturn(Transaction txn, + E entity) +
    Inserts an entity, or updates it if the primary key already exists (does + not return the existing entity).
    +
    voidEntityStore.truncateClass(Transaction txn, + java.lang.Class entityClass) +
    Deletes all instances of this entity class and its (non-entity) + subclasses.
    +
    +
  • + + + + - - - - - - - - - - - - -
    -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