| 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SequenceConfig | |
|---|---|
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes].  | 
| com.sleepycat.persist | The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. | 
| Uses of SequenceConfig in com.sleepycat.db | 
|---|
| Fields in com.sleepycat.db declared as SequenceConfig | |
|---|---|
static SequenceConfig | 
SequenceConfig.DEFAULT
Default configuration used if null is passed to methods that create a cursor.  | 
| Methods in com.sleepycat.db with parameters of type SequenceConfig | |
|---|---|
 Sequence | 
Database.openSequence(Transaction txn,
             DatabaseEntry key,
             SequenceConfig config)
Open a sequence represented by the key in the database.  | 
 void | 
Database.removeSequence(Transaction txn,
               DatabaseEntry key,
               SequenceConfig config)
Remove the sequence from the database.  | 
| Uses of SequenceConfig in com.sleepycat.persist | 
|---|
| Methods in com.sleepycat.persist that return SequenceConfig | |
|---|---|
 SequenceConfig | 
EntityStore.getSequenceConfig(String name)
Returns the default Berkeley DB engine API configuration for a named key sequence.  | 
| Methods in com.sleepycat.persist with parameters of type SequenceConfig | |
|---|---|
 void | 
EntityStore.setSequenceConfig(String name,
                  SequenceConfig config)
Configures a named key sequence using the Berkeley DB engine API.  | 
  | 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||