Searched refs:entryToInput (Results 1 - 20 of 20) sorted by relevance

/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 DTupleInputBinding.java37 return TupleBinding.entryToInput(entry);
H A DTupleTupleBinding.java42 return entryToObject(TupleBinding.entryToInput(key),
43 TupleBinding.entryToInput(data));
H A DTupleTupleKeyCreator.java57 TupleInput primaryKeyInput = entryToInput(primaryKeyEntry);
58 TupleInput dataInput = entryToInput(dataEntry);
73 if (nullifyForeignKey(entryToInput(dataEntry), output)) {
H A DBooleanBinding.java59 return entryToInput(entry).readBoolean();
H A DByteBinding.java59 return entryToInput(entry).readByte();
H A DCharacterBinding.java59 return entryToInput(entry).readChar();
H A DDoubleBinding.java64 return entryToInput(entry).readDouble();
H A DFloatBinding.java64 return entryToInput(entry).readFloat();
H A DIntegerBinding.java59 return entryToInput(entry).readInt();
H A DLongBinding.java59 return entryToInput(entry).readLong();
H A DShortBinding.java59 return entryToInput(entry).readShort();
H A DSortedDoubleBinding.java70 return entryToInput(entry).readSortedDouble();
H A DSortedFloatBinding.java70 return entryToInput(entry).readSortedFloat();
H A DBigIntegerBinding.java47 return entryToInput(entry).readBigInteger();
H A DStringBinding.java57 return entryToInput(entry).readString();
H A DTupleBase.java133 public static TupleInput entryToInput(DatabaseEntry entry) { method in class:TupleBase
H A DTupleBinding.java73 return entryToObject(entryToInput(entry));
/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 DTupleSerialBinding.java65 return entryToObject(entryToInput(key),
H A DTupleSerialKeyCreator.java76 TupleInput primaryKeyInput = entryToInput(primaryKeyEntry);
/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 DTupleFormatTest.java76 in = TupleBinding.entryToInput(buffer);

Completed in 106 milliseconds