Package | Description |
---|---|
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
Modifier and Type | Method and Description |
---|---|
SecondaryMultiKeyCreator |
SecondaryConfig.getMultiKeyCreator()
Returns the user-supplied object used for creating multi-valued
secondary keys.
|
Modifier and Type | Method and Description |
---|---|
SecondaryConfig |
SecondaryConfig.setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
Specifies the user-supplied object used for creating multi-valued
secondary keys.
|
void |
SecondaryConfig.setMultiKeyCreatorVoid(SecondaryMultiKeyCreator multiKeyCreator) |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.