/[Apache-SVN]/incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DataValueDescriptor.java
ViewVC logotype

Diff of /incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DataValueDescriptor.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DataValueDescriptor.java	2005/05/05 18:12:45	168364
+++ incubator/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DataValueDescriptor.java	2005/05/05 18:19:40	168365
@@ -271,17 +271,12 @@ public interface DataValueDescriptor ext
 	 *								  cannot be received as a stream.
 	 */
 	InputStream	getStream() throws StandardException;
+
 	/**
-	 * <U>Shallow copy</U>. 
-	 * <p> 
-	 * Clone the DataValueDescriptor and copy its contents.
-	 * We clone the data value wrapper (e.g. SQLDecimal)
-	 * and reuse its contents (the underlying BigDecimal).
-	 * The resultant DataValueDescriptor will point to the same
-	 * value as the original DataValueDescriptor (unless the value
-	 * is a primitive type, e.g. SQLInteger/integer).
+	 * Clone this DataValueDescriptor. Results in a new object
+	 * that has the same value as this but can be modified independently.
 	 *
-	 * @return A clone of the DataValueDescriptor reusing its contents.
+	 * @return A clone of the DataValueDescriptor with the same initial value as this.
 	 */
 	public DataValueDescriptor getClone();
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26