Inheritance diagram for com::sleepycat::bind::tuple::TupleInputBinding:
Public Member Functions | |
TupleInputBinding () | |
Object | entryToObject (DatabaseEntry entry) |
void | objectToEntry (Object object, DatabaseEntry entry) |
EntryBinding
that uses the TupleInput
object as the key or data object.A concrete tuple binding for key or data entries which are TupleInput objects. This binding is used when tuples themselves are the objects, rather than using application defined objects. A TupleInput must always be used. To convert a TupleOutput to a TupleInput, use the TupleInput#TupleInput(TupleOutput) constructor.
Definition at line 27 of file TupleInputBinding.java.
|
Creates a tuple input binding. Definition at line 32 of file TupleInputBinding.java. |
|
Converts a entry buffer into an Object.
Implements com::sleepycat::bind::EntryBinding. Definition at line 36 of file TupleInputBinding.java. |
|
Converts an Object into a entry buffer.
Implements com::sleepycat::bind::EntryBinding. Definition at line 42 of file TupleInputBinding.java. |