Searched refs:marshalSecondaryKey (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DMarshalledTupleKeyEntity.java54 boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput); method in interface:MarshalledTupleKeyEntity
60 * {@link #marshalSecondaryKey} for the same key name will return false.
H A DTupleTupleMarshalledKeyCreator.java35 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
57 return entity.marshalSecondaryKey(keyName, indexKeyOutput);
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DMarshalledEnt.java41 boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput); method in interface:MarshalledEnt
H A DPart.java112 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:Part
H A DShipment.java101 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:Shipment
H A DSupplier.java105 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:Supplier
H A DSampleDatabase.java257 return entity.marshalSecondaryKey(keyName, indexKeyOutput);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledKeyCreator.java34 * MarshalledTupleKeyEntity#marshalSecondaryKey} method to identify the
63 return entity.marshalSecondaryKey(keyName, indexKeyOutput);
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DPart.java97 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:Part
H A DShipment.java85 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:Shipment
H A DSupplier.java90 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:Supplier
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java85 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:MarshalledObject
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DMarshalledObject.java95 public boolean marshalSecondaryKey(String keyName, TupleOutput keyOutput) { method in class:MarshalledObject

Completed in 180 milliseconds