DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

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

Packages that use TupleInput
com.sleepycat.bind.serial Bindings that use Java serialization. 
com.sleepycat.bind.tuple Bindings 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
 boolean TupleSerialMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, Object dataInput, TupleOutput indexKeyOutput)
           
 Object TupleSerialMarshalledBinding.entryToObject(TupleInput tupleInput, Object javaInput)
           
abstract  boolean TupleSerialKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, Object dataInput, TupleOutput indexKeyOutput)
          Creates the index key entry from primary key tuple entry and deserialized data entry.
abstract  Object TupleSerialBinding.entryToObject(TupleInput keyInput, Object dataInput)
          Constructs an entity object from TupleInput key entry and deserialized data entry objects.
 

Uses of TupleInput in com.sleepycat.bind.tuple
 

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

Methods in com.sleepycat.bind.tuple with parameters of type TupleInput
 boolean TupleTupleMarshalledKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, TupleInput dataInput, TupleOutput indexKeyOutput)
           
 boolean TupleTupleMarshalledKeyCreator.nullifyForeignKey(TupleInput dataInput, TupleOutput dataOutput)
           
 Object TupleTupleMarshalledBinding.entryToObject(TupleInput keyInput, TupleInput dataInput)
           
abstract  boolean TupleTupleKeyCreator.createSecondaryKey(TupleInput primaryKeyInput, TupleInput dataInput, TupleOutput indexKeyOutput)
          Creates the index key from primary key tuple and data tuple.
 boolean TupleTupleKeyCreator.nullifyForeignKey(TupleInput dataInput, TupleOutput dataOutput)
          Clears the index key in the tuple data entry.
abstract  Object TupleTupleBinding.entryToObject(TupleInput keyInput, TupleInput dataInput)
          Constructs an entity object from TupleInput key and data entries.
 Object TupleMarshalledBinding.entryToObject(TupleInput input)
           
abstract  Object TupleBinding.entryToObject(TupleInput input)
          Constructs a key or data object from a TupleInput entry.
static void TupleBase.inputToEntry(TupleInput input, DatabaseEntry entry)
          Utility method to set the data in a entry buffer to the data in a tuple input object.
 Object StringBinding.entryToObject(TupleInput input)
           
 Object ShortBinding.entryToObject(TupleInput input)
           
 void MarshalledTupleKeyEntity.unmarshalPrimaryKey(TupleInput keyInput)
          Completes construction of the entity by setting its primary key from the stored primary key.
 void MarshalledTupleEntry.unmarshalEntry(TupleInput dataInput)
          Construct the key or data object from the key or data tuple entry.
 Object LongBinding.entryToObject(TupleInput input)
           
 Object IntegerBinding.entryToObject(TupleInput input)
           
 Object FloatBinding.entryToObject(TupleInput input)
           
 Object DoubleBinding.entryToObject(TupleInput input)
           
 Object CharacterBinding.entryToObject(TupleInput input)
           
 Object ByteBinding.entryToObject(TupleInput input)
           
 Object BooleanBinding.entryToObject(TupleInput input)
           
 


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.