|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataIndex | |
com.sleepycat.bdb | Core database classes for defining an environment, creating data stores, and running transactions [reference guide] |
com.sleepycat.bdb.collection | Collection classes providing Map, Set, List and Iterator views of a data store [reference guide] |
com.sleepycat.bdb.factory | Factory classes |
Uses of DataIndex in com.sleepycat.bdb |
Subclasses of DataIndex in com.sleepycat.bdb | |
class |
ForeignKeyIndex
Represents a Berkeley DB secondary index where the index key is the primary key of another data store. |
Methods in com.sleepycat.bdb that return DataIndex | |
DataIndex |
DataView.getIndex()
Returns the index, as specified to the constructor. |
Constructors in com.sleepycat.bdb with parameters of type DataIndex | |
DataView(DataStore store,
DataIndex index,
DataBinding keyBinding,
DataBinding valueBinding,
EntityBinding entityBinding,
boolean writeAllowed)
Creates a view for a given store/index and bindings. |
Uses of DataIndex in com.sleepycat.bdb.collection |
Constructors in com.sleepycat.bdb.collection with parameters of type DataIndex | |
StoredValueSet(DataIndex index,
DataBinding valueBinding,
boolean writeAllowed)
Creates a value set view of a DataIndex . |
|
StoredValueSet(DataIndex index,
EntityBinding valueEntityBinding,
boolean writeAllowed)
Creates a value set entity view of a DataIndex . |
|
StoredSortedValueSet(DataIndex index,
DataBinding valueBinding,
boolean writeAllowed)
Creates a sorted value set view of a DataIndex . |
|
StoredSortedValueSet(DataIndex index,
EntityBinding valueEntityBinding,
boolean writeAllowed)
Creates a sorted value set entity view of a DataIndex . |
|
StoredSortedMap(DataIndex index,
DataBinding keyBinding,
DataBinding valueBinding,
boolean writeAllowed)
Creates a sorted map view of a DataIndex . |
|
StoredSortedMap(DataIndex index,
DataBinding keyBinding,
EntityBinding valueEntityBinding,
boolean writeAllowed)
Creates a sorted map entity view of a DataIndex . |
|
StoredSortedKeySet(DataIndex index,
DataBinding keyBinding,
boolean writeAllowed)
Creates a sorted key set view of a DataIndex . |
|
StoredMap(DataIndex index,
DataBinding keyBinding,
DataBinding valueBinding,
boolean writeAllowed)
Creates a map view of a DataIndex . |
|
StoredMap(DataIndex index,
DataBinding keyBinding,
EntityBinding valueEntityBinding,
boolean writeAllowed)
Creates a map entity view of a DataIndex . |
|
StoredList(DataIndex index,
DataBinding valueBinding,
boolean writeAllowed)
Creates a list view of a DataIndex . |
|
StoredList(DataIndex index,
EntityBinding valueEntityBinding,
boolean writeAllowed)
Creates a list entity view of a DataIndex . |
|
StoredKeySet(DataIndex index,
DataBinding keyBinding,
boolean writeAllowed)
Creates a key set view of a DataIndex . |
Uses of DataIndex in com.sleepycat.bdb.factory |
Methods in com.sleepycat.bdb.factory that return DataIndex | |
DataIndex |
TupleSerialDbFactory.newDataIndex(DataStore store,
Db db,
String keyName,
boolean usePrimaryKey,
boolean useValue)
Creates an index from a previously opened Db object. |
Methods in com.sleepycat.bdb.factory with parameters of type DataIndex | |
StoredMap |
TupleSerialDbFactory.newMap(DataIndex index,
Class keyClass,
boolean writeAllowed)
Creates a map for a given index that was obtained from this factory. |
StoredSortedMap |
TupleSerialDbFactory.newSortedMap(DataIndex index,
Class keyClass,
boolean writeAllowed)
Creates a sorted map for a given index that was obtained from this factory. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |