Searched refs:TupleInput (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DMarshalledKey.java11 import com.sleepycat.bind.tuple.TupleInput;
35 void unmarshalKey(TupleInput keyInput);
H A DMarshalledEnt.java11 import com.sleepycat.bind.tuple.TupleInput;
36 void unmarshalPrimaryKey(TupleInput keyInput);
H A DPartKey.java11 import com.sleepycat.bind.tuple.TupleInput;
50 public void unmarshalKey(TupleInput keyInput) {
H A DSupplierKey.java11 import com.sleepycat.bind.tuple.TupleInput;
50 public void unmarshalKey(TupleInput keyInput) {
H A DShipmentKey.java11 import com.sleepycat.bind.tuple.TupleInput;
58 public void unmarshalKey(TupleInput keyInput) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DMarshalledTupleEntry.java43 void unmarshalEntry(TupleInput dataInput);
H A DTupleTupleMarshalledKeyCreator.java46 public boolean createSecondaryKey(TupleInput primaryKeyInput,
47 TupleInput dataInput,
61 public boolean nullifyForeignKey(TupleInput dataInput,
H A DMarshalledTupleKeyEntity.java42 void unmarshalPrimaryKey(TupleInput keyInput);
H A DTupleTupleKeyCreator.java20 * TupleInput} and {@link TupleOutput} objects.
24 * <li> {@link #createSecondaryKey(TupleInput,TupleInput,TupleOutput)} </li>
31 * <li> {@link #nullifyForeignKey(TupleInput,TupleOutput)} </li>
57 TupleInput primaryKeyInput = entryToInput(primaryKeyEntry);
58 TupleInput dataInput = entryToInput(dataEntry);
84 * @param primaryKeyInput is the {@link TupleInput} for the primary key
87 * @param dataInput is the {@link TupleInput} for the data entry.
94 public abstract boolean createSecondaryKey(TupleInput primaryKeyInput,
95 TupleInput dataInpu
[all...]
H A DTupleBase.java118 public static void inputToEntry(TupleInput input, DatabaseEntry entry) {
133 public static TupleInput entryToInput(DatabaseEntry entry) {
135 return new TupleInput(entry.getData(), entry.getOffset(),
H A DTupleInputBinding.java15 * A concrete <code>EntryBinding</code> that uses the <code>TupleInput</code>
19 * TupleInput} objects. This binding is used when tuples themselves are the
20 * objects, rather than using application defined objects. A {@link TupleInput}
22 * TupleInput}, use the {@link TupleInput#TupleInput(TupleOutput)} constructor.
43 TupleBinding.inputToEntry((TupleInput) object, entry);
H A DTupleTupleBinding.java19 * TupleInput} and {@link TupleOutput} objects. Its three abstract methods
23 * <li> {@link #entryToObject(TupleInput,TupleInput)} </li>
65 * Constructs an entity object from {@link TupleInput} key and data
68 * @param keyInput is the {@link TupleInput} key entry object.
70 * @param dataInput is the {@link TupleInput} data entry object.
74 public abstract Object entryToObject(TupleInput keyInput,
75 TupleInput dataInput);
H A DBooleanBinding.java33 public Object entryToObject(TupleInput input) {
H A DByteBinding.java33 public Object entryToObject(TupleInput input) {
H A DCharacterBinding.java33 public Object entryToObject(TupleInput input) {
H A DDoubleBinding.java38 public Object entryToObject(TupleInput input) {
H A DFloatBinding.java38 public Object entryToObject(TupleInput input) {
H A DIntegerBinding.java33 public Object entryToObject(TupleInput input) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DPartKey.java12 import com.sleepycat.bind.tuple.TupleInput;
56 public void unmarshalEntry(TupleInput keyInput) {
H A DSupplierKey.java12 import com.sleepycat.bind.tuple.TupleInput;
56 public void unmarshalEntry(TupleInput keyInput) {
H A DShipmentKey.java12 import com.sleepycat.bind.tuple.TupleInput;
65 public void unmarshalEntry(TupleInput keyInput) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledBinding.java12 import com.sleepycat.bind.tuple.TupleInput;
61 public Object entryToObject(TupleInput tupleInput, Object javaInput) {
H A DTupleSerialMarshalledKeyCreator.java12 import com.sleepycat.bind.tuple.TupleInput;
51 public boolean createSecondaryKey(TupleInput primaryKeyInput,
H A DTupleSerialKeyCreator.java12 import com.sleepycat.bind.tuple.TupleInput;
23 * converting the key entry to/from {@link TupleInput} and {@link TupleOutput}
28 * <li> {@link #createSecondaryKey(TupleInput,Object,TupleOutput)} </li>
76 TupleInput primaryKeyInput = entryToInput(primaryKeyEntry);
105 * @param primaryKeyInput is the {@link TupleInput} for the primary key
119 public abstract boolean createSecondaryKey(TupleInput primaryKeyInput,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DMarshalledObject.java13 import com.sleepycat.bind.tuple.TupleInput;
78 public void unmarshalEntry(TupleInput dataInput) {
90 public void unmarshalPrimaryKey(TupleInput keyInput) {

Completed in 72 milliseconds

123