public interface PrimaryKeyAssigner
StoredMap
or StoredSortedMap
constructor to assign primary keys for that
store. Key assignment occurs when StoredMap.append()
is called.Modifier and Type | Method and Description |
---|---|
void |
assignKey(DatabaseEntry keyData)
Assigns a new primary key value into the given data buffer.
|
void assignKey(DatabaseEntry keyData) throws DatabaseException
DatabaseException
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.