| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method and Description |
|---|---|
SecondaryAssociation |
DatabaseConfig.getSecondaryAssociation() |
static SecondaryAssociation |
DbInternal.getSecondaryAssociation(Database db)
Proxy to SecondaryDatabase.getSecondaryAssociation
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DbInternal.readPrimaryAfterGet(Cursor cursor,
Database priDb,
DatabaseEntry key,
DatabaseEntry pKey,
DatabaseEntry data,
LockMode lockMode,
boolean secDirtyRead,
boolean lockPrimaryOnly,
boolean allowNoData,
Locker locker,
SecondaryDatabase secDb,
SecondaryAssociation secAssoc)
Proxy to Cursor.readPrimaryAfterGet
|
DatabaseConfig |
DatabaseConfig.setSecondaryAssociation(SecondaryAssociation association) |
void |
DatabaseConfig.setSecondaryAssociationVoid(SecondaryAssociation association) |
Copyright © 2024. All rights reserved.