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. --- .../bind/tuple/class-use/TupleOutput.html | 1563 ++++++++------------ 1 file changed, 649 insertions(+), 914 deletions(-) (limited to 'docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html') diff --git a/docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html b/docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html index 53b80ce9..1df07160 100644 --- a/docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html +++ b/docs/java/com/sleepycat/bind/tuple/class-use/TupleOutput.html @@ -1,928 +1,663 @@ - - - - - -Uses of Class com.sleepycat.bind.tuple.TupleOutput (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

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

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

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

- - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.serial with parameters of type TupleOutput
-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) - -
-           
- voidTupleSerialMarshalledBinding.objectToKey(E object, - TupleOutput output) - -
-           
-abstract  voidTupleSerialBinding.objectToKey(E object, - TupleOutput keyOutput) - -
-          Extracts a key tuple from an entity object.
-  -

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.tuple that return TupleOutput
-protected  TupleOutputBigDecimalBinding.getTupleOutput(BigDecimal object) - -
-           
-protected  TupleOutputSortedBigDecimalBinding.getTupleOutput(BigDecimal object) - -
-           
-protected  TupleOutputBigIntegerBinding.getTupleOutput(BigInteger object) - -
-           
-protected  TupleOutputBooleanBinding.getTupleOutput(Boolean object) - -
-           
-protected  TupleOutputByteBinding.getTupleOutput(Byte object) - -
-           
-protected  TupleOutputCharacterBinding.getTupleOutput(Character object) - -
-           
-protected  TupleOutputDoubleBinding.getTupleOutput(Double object) - -
-           
-protected  TupleOutputSortedDoubleBinding.getTupleOutput(Double object) - -
-           
-protected  TupleOutputTupleBase.getTupleOutput(E object) - -
-          Returns an empty TupleOutput instance that will be used by the tuple - binding or key creator.
-protected  TupleOutputSortedFloatBinding.getTupleOutput(Float object) - -
-           
-protected  TupleOutputFloatBinding.getTupleOutput(Float object) - -
-           
-protected  TupleOutputSortedPackedIntegerBinding.getTupleOutput(Integer object) - -
-           
-protected  TupleOutputPackedIntegerBinding.getTupleOutput(Integer object) - -
-           
-protected  TupleOutputIntegerBinding.getTupleOutput(Integer object) - -
-           
-protected  TupleOutputSortedPackedLongBinding.getTupleOutput(Long object) - -
-           
-protected  TupleOutputPackedLongBinding.getTupleOutput(Long object) - -
-           
-protected  TupleOutputLongBinding.getTupleOutput(Long object) - -
-           
-protected  TupleOutputShortBinding.getTupleOutput(Short object) - -
-           
-protected  TupleOutputStringBinding.getTupleOutput(String object) - -
-           
-static TupleOutputTupleBase.newOutput() - -
-          Deprecated. replaced by TupleBase.getTupleOutput(E)
-static TupleOutputTupleBase.newOutput(byte[] buffer) - -
-          Deprecated. replaced by TupleBase.getTupleOutput(E)
- TupleOutputTupleOutput.writeBigDecimal(BigDecimal val) - -
-          Writes an unsorted BigDecimal.
- TupleOutputTupleOutput.writeBigInteger(BigInteger val) - -
-          Writes a BigInteger.
- TupleOutputTupleOutput.writeBoolean(boolean val) - -
-          Writes a boolean (one byte) unsigned value to the buffer, writing one - if the value is true and zero if it is false.
- TupleOutputTupleOutput.writeByte(int val) - -
-          Writes an signed byte (one byte) value to the buffer.
- TupleOutputTupleOutput.writeBytes(char[] chars) - -
-          Writes the specified bytes to the buffer, converting each character to - an unsigned byte value.
- TupleOutputTupleOutput.writeBytes(String val) - -
-          Writes the specified bytes to the buffer, converting each character to - an unsigned byte value.
- TupleOutputTupleOutput.writeChar(int val) - -
-          Writes a char (two byte) unsigned value to the buffer.
- TupleOutputTupleOutput.writeChars(char[] chars) - -
-          Writes the specified characters to the buffer, converting each character - to a two byte unsigned value.
- TupleOutputTupleOutput.writeChars(String val) - -
-          Writes the specified characters to the buffer, converting each character - to a two byte unsigned value.
- TupleOutputTupleOutput.writeDouble(double val) - -
-          Writes an unsorted double (eight byte) value to the buffer.
- TupleOutputTupleOutput.writeFloat(float val) - -
-          Writes an unsorted float (four byte) value to the buffer.
- TupleOutputTupleOutput.writeInt(int val) - -
-          Writes an signed int (four byte) value to the buffer.
- TupleOutputTupleOutput.writeLong(long val) - -
-          Writes an signed long (eight byte) value to the buffer.
- TupleOutputTupleOutput.writePackedInt(int val) - -
-          Writes an unsorted packed integer.
- TupleOutputTupleOutput.writePackedLong(long val) - -
-          Writes an unsorted packed long integer.
- TupleOutputTupleOutput.writeShort(int val) - -
-          Writes an signed short (two byte) value to the buffer.
- TupleOutputTupleOutput.writeSortedBigDecimal(BigDecimal val) - -
-          Writes a sorted BigDecimal.
- TupleOutputTupleOutput.writeSortedDouble(double val) - -
-          Writes a sorted double (eight byte) value to the buffer.
- TupleOutputTupleOutput.writeSortedFloat(float val) - -
-          Writes a sorted float (four byte) value to the buffer.
- TupleOutputTupleOutput.writeSortedPackedInt(int val) - -
-          Writes a sorted packed integer.
- TupleOutputTupleOutput.writeSortedPackedLong(long val) - -
-          Writes a sorted packed long integer.
- TupleOutputTupleOutput.writeString(char[] chars) - -
-          Writes the specified characters to the buffer, converting each character - to UTF format.
- TupleOutputTupleOutput.writeString(String val) - -
-          Writes the specified characters to the buffer, converting each character - to UTF format, and adding a null terminator byte.
- TupleOutputTupleOutput.writeUnsignedByte(int val) - -
-          Writes an unsigned byte (one byte) value to the buffer.
- TupleOutputTupleOutput.writeUnsignedInt(long val) - -
-          Writes an unsigned int (four byte) value to the buffer.
- TupleOutputTupleOutput.writeUnsignedShort(int val) - -
-          Writes an unsigned short (two byte) value to the buffer.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.bind.tuple with parameters of type TupleOutput
- 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.
- voidMarshalledTupleEntry.marshalEntry(TupleOutput dataOutput) - -
-          Construct the key or data tuple entry from the key or data object.
- voidMarshalledTupleKeyEntity.marshalPrimaryKey(TupleOutput keyOutput) - -
-          Extracts the entity's primary key and writes it to the key output.
- booleanMarshalledTupleKeyEntity.marshalSecondaryKey(String keyName, - TupleOutput keyOutput) - -
-          Extracts the entity's secondary key and writes it to the key output.
- booleanTupleTupleMarshalledKeyCreator.nullifyForeignKey(TupleInput dataInput, - TupleOutput dataOutput) - -
-           
- booleanTupleTupleKeyCreator.nullifyForeignKey(TupleInput dataInput, - TupleOutput dataOutput) - -
-          Clears the index key in the tuple data entry.
-abstract  voidTupleTupleBinding.objectToData(E object, - TupleOutput output) - -
-          Extracts a key tuple from an entity object.
- voidTupleTupleMarshalledBinding.objectToData(E object, - TupleOutput output) - -
-           
- voidBigDecimalBinding.objectToEntry(BigDecimal object, - TupleOutput output) - -
-           
- voidSortedBigDecimalBinding.objectToEntry(BigDecimal object, - TupleOutput output) - -
-           
- voidBigIntegerBinding.objectToEntry(BigInteger object, - TupleOutput output) - -
-           
- voidBooleanBinding.objectToEntry(Boolean object, - TupleOutput output) - -
-           
- voidByteBinding.objectToEntry(Byte object, - TupleOutput output) - -
-           
- voidCharacterBinding.objectToEntry(Character object, - TupleOutput output) - -
-           
- voidDoubleBinding.objectToEntry(Double object, - TupleOutput output) - -
-           
- voidSortedDoubleBinding.objectToEntry(Double object, - TupleOutput output) - -
-           
-abstract  voidTupleBinding.objectToEntry(E object, - TupleOutput output) - -
-          Converts a key or data object to a tuple entry.
- voidTupleMarshalledBinding.objectToEntry(E object, - TupleOutput output) - -
-           
- voidSortedFloatBinding.objectToEntry(Float object, - TupleOutput output) - -
-           
- voidFloatBinding.objectToEntry(Float object, - TupleOutput output) - -
-           
- voidSortedPackedIntegerBinding.objectToEntry(Integer object, - TupleOutput output) - -
-           
- voidPackedIntegerBinding.objectToEntry(Integer object, - TupleOutput output) - -
-           
- voidIntegerBinding.objectToEntry(Integer object, - TupleOutput output) - -
-           
- voidSortedPackedLongBinding.objectToEntry(Long object, - TupleOutput output) - -
-           
- voidPackedLongBinding.objectToEntry(Long object, - TupleOutput output) - -
-           
- voidLongBinding.objectToEntry(Long object, - TupleOutput output) - -
-           
- voidShortBinding.objectToEntry(Short object, - TupleOutput output) - -
-           
- voidStringBinding.objectToEntry(String object, - TupleOutput output) - -
-           
-abstract  voidTupleTupleBinding.objectToKey(E object, - TupleOutput output) - -
-          Extracts a key tuple from an entity object.
- voidTupleTupleMarshalledBinding.objectToKey(E object, - TupleOutput output) - -
-           
-static voidTupleBase.outputToEntry(TupleOutput output, - DatabaseEntry entry) - -
-          Utility method to set the data in a entry buffer to the data in a tuple - output object.
-  -

- - - - - - - - -
Constructors in com.sleepycat.bind.tuple with parameters of type TupleOutput
TupleInput(TupleOutput output) - -
-          Creates a tuple input object from the data contained in a tuple output - object.
-  -

-


- - +
+

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

+
+
+ +
- - - - - - - - - - - - -
-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