com.sleepycat.je
Interface SecondaryMultiKeyCreator

All Known Implementing Classes:
PersistKeyCreator

public interface SecondaryMultiKeyCreator

Javadoc for this public method is generated via the doc templates in the doc_src directory.


Method Summary
 void createSecondaryKeys(SecondaryDatabase secondary, DatabaseEntry key, DatabaseEntry data, java.util.Set results)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 

Method Detail

createSecondaryKeys

void createSecondaryKeys(SecondaryDatabase secondary,
                         DatabaseEntry key,
                         DatabaseEntry data,
                         java.util.Set results)
                         throws DatabaseException
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Throws:
DatabaseException


Copyright 2004,2008 Oracle. All rights reserved.