com.sleepycat.je
Interface SecondaryKeyCreator

All Known Implementing Classes:
SerialSerialKeyCreator, TupleSerialKeyCreator, TupleSerialMarshalledKeyCreator, TupleTupleKeyCreator, TupleTupleMarshalledKeyCreator

public interface SecondaryKeyCreator

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


Method Summary
 boolean createSecondaryKey(SecondaryDatabase secondary, DatabaseEntry key, DatabaseEntry data, DatabaseEntry result)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 

Method Detail

createSecondaryKey

boolean createSecondaryKey(SecondaryDatabase secondary,
                           DatabaseEntry key,
                           DatabaseEntry data,
                           DatabaseEntry result)
                           throws DatabaseException
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Throws:
DatabaseException


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.