Searched refs:primaryKeyInput (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleTupleMarshalledKeyCreator.java46 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
55 binding.entryToObject(primaryKeyInput, dataInput);
H A DTupleTupleKeyCreator.java57 TupleInput primaryKeyInput = entryToInput(primaryKeyEntry);
59 if (createSecondaryKey(primaryKeyInput, dataInput, output)) {
84 * @param primaryKeyInput is the {@link TupleInput} for the primary key
94 public abstract boolean createSecondaryKey(TupleInput primaryKeyInput, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledKeyCreator.java51 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
61 binding.entryToObject(primaryKeyInput, dataInput);
H A DTupleSerialKeyCreator.java76 TupleInput primaryKeyInput = entryToInput(primaryKeyEntry);
78 if (createSecondaryKey(primaryKeyInput, dataInput, output)) {
105 * @param primaryKeyInput is the {@link TupleInput} for the primary key
119 public abstract boolean createSecondaryKey(TupleInput primaryKeyInput, argument
H A DSerialSerialKeyCreator.java90 Object primaryKeyInput =
93 Object indexKey = createSecondaryKey(primaryKeyInput, dataInput);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java240 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
278 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
282 String partNumber = primaryKeyInput.readString();
313 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
317 primaryKeyInput.readString(); // skip the partNumber
318 String supplierNumber = primaryKeyInput.readString();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java240 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
278 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
282 String partNumber = primaryKeyInput.readString();
313 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
317 primaryKeyInput.readString(); // skip the partNumber
318 String supplierNumber = primaryKeyInput.readString();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java251 public Object createSecondaryKey(Object primaryKeyInput, argument
287 public Object createSecondaryKey(Object primaryKeyInput, argument
290 ShipmentKey shipmentKey = (ShipmentKey) primaryKeyInput;
324 public Object createSecondaryKey(Object primaryKeyInput, argument
327 ShipmentKey shipmentKey = (ShipmentKey) primaryKeyInput;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSampleDatabase.java251 public Object createSecondaryKey(Object primaryKeyInput, argument
287 public Object createSecondaryKey(Object primaryKeyInput, argument
290 ShipmentKey shipmentKey = (ShipmentKey) primaryKeyInput;
324 public Object createSecondaryKey(Object primaryKeyInput, argument
327 ShipmentKey shipmentKey = (ShipmentKey) primaryKeyInput;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java248 public boolean createSecondaryKey(TupleInput primaryKeyInput, argument
256 entity.unmarshalPrimaryKey(primaryKeyInput);

Completed in 113 milliseconds