From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/bind/tuple/class-use/TupleInput.html | 854 +++++++++------------ 1 file changed, 357 insertions(+), 497 deletions(-) (limited to 'docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html') diff --git a/docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html b/docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html index d2c720fb..a6f92b77 100644 --- a/docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html +++ b/docs/java/com/sleepycat/bind/tuple/class-use/TupleInput.html @@ -1,511 +1,371 @@ - - - - - -Uses of Class com.sleepycat.bind.tuple.TupleInput (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.bind.tuple.TupleInput

-
- - - - - - - - - - - - - -
-Packages that use TupleInput
com.sleepycat.bind.serialBindings that use Java serialization. 
com.sleepycat.bind.tupleBindings that use sequences of primitive fields, or tuples. 
-  -

- - - - - -
-Uses of TupleInput in com.sleepycat.bind.serial
-  -

- - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.serial with parameters of type TupleInput
-abstract  booleanTupleSerialKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, - D dataInput, - TupleOutput indexKeyOutput) - -
-          Creates the index key entry from primary key tuple entry and - deserialized data entry.
- booleanTupleSerialMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, - D dataInput, - TupleOutput indexKeyOutput) - -
-           
-abstract  ETupleSerialBinding.entryToObject(TupleInput keyInput, - D dataInput) - -
-          Constructs an entity object from TupleInput key entry and - deserialized data entry objects.
- ETupleSerialMarshalledBinding.entryToObject(TupleInput tupleInput, - E javaInput) - -
-           
-  -

- - - - - -
-Uses of TupleInput in com.sleepycat.bind.tuple
-  -

- - - - - - - - - - - - - -
Methods in com.sleepycat.bind.tuple that return TupleInput
-static TupleInputTupleBase.entryToInput(DatabaseEntry entry) - -
-          Utility method to create a new tuple input object for reading the data - from a given buffer.
- TupleInputTupleInputBinding.entryToObject(DatabaseEntry entry) - -
-           
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.tuple with parameters of type TupleInput
- booleanTupleTupleMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, - TupleInput dataInput, - TupleOutput indexKeyOutput) - -
-           
-abstract  booleanTupleTupleKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, - TupleInput dataInput, - TupleOutput indexKeyOutput) - -
-          Creates the index key from primary key tuple and data tuple.
- IntegerSortedPackedIntegerBinding.entryToObject(TupleInput input) - -
-           
- StringStringBinding.entryToObject(TupleInput input) - -
-           
- LongSortedPackedLongBinding.entryToObject(TupleInput input) - -
-           
- DoubleDoubleBinding.entryToObject(TupleInput input) - -
-           
- ByteByteBinding.entryToObject(TupleInput input) - -
-           
- BigDecimalBigDecimalBinding.entryToObject(TupleInput input) - -
-           
- LongPackedLongBinding.entryToObject(TupleInput input) - -
-           
- FloatSortedFloatBinding.entryToObject(TupleInput input) - -
-           
- CharacterCharacterBinding.entryToObject(TupleInput input) - -
-           
- IntegerPackedIntegerBinding.entryToObject(TupleInput input) - -
-           
-abstract  ETupleBinding.entryToObject(TupleInput input) - -
-          Constructs a key or data object from a TupleInput entry.
- IntegerIntegerBinding.entryToObject(TupleInput input) - -
-           
- LongLongBinding.entryToObject(TupleInput input) - -
-           
- BigDecimalSortedBigDecimalBinding.entryToObject(TupleInput input) - -
-           
- BooleanBooleanBinding.entryToObject(TupleInput input) - -
-           
- ShortShortBinding.entryToObject(TupleInput input) - -
-           
- ETupleMarshalledBinding.entryToObject(TupleInput input) - -
-           
- DoubleSortedDoubleBinding.entryToObject(TupleInput input) - -
-           
- FloatFloatBinding.entryToObject(TupleInput input) - -
-           
- BigIntegerBigIntegerBinding.entryToObject(TupleInput input) - -
-           
-abstract  ETupleTupleBinding.entryToObject(TupleInput keyInput, - TupleInput dataInput) - -
-          Constructs an entity object from TupleInput key and data - entries.
- ETupleTupleMarshalledBinding.entryToObject(TupleInput keyInput, - TupleInput dataInput) - -
-           
-static voidTupleBase.inputToEntry(TupleInput input, - DatabaseEntry entry) - -
-          Utility method to set the data in a entry buffer to the data in a tuple - input object.
- booleanTupleTupleMarshalledKeyCreator.nullifyForeignKey(TupleInput dataInput, - TupleOutput dataOutput) - -
-           
- booleanTupleTupleKeyCreator.nullifyForeignKey(TupleInput dataInput, - TupleOutput dataOutput) - -
-          Clears the index key in the tuple data entry.
- voidTupleInputBinding.objectToEntry(TupleInput object, - DatabaseEntry entry) - -
-           
- voidMarshalledTupleEntry.unmarshalEntry(TupleInput dataInput) - -
-          Construct the key or data object from the key or data tuple entry.
- voidMarshalledTupleKeyEntity.unmarshalPrimaryKey(TupleInput keyInput) - -
-          Completes construction of the entity by setting its primary key from the - stored primary key.
-  -

-


- - +
+

Uses of Class
com.sleepycat.bind.tuple.TupleInput

+
+
+ +
- - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1