org.apache.derby.iapi.types
Interface CloneableObject

All Known Subinterfaces:
RowLocation
All Known Implementing Classes:
DataType, HeapRowLocation

public interface CloneableObject

This is a simple interface that is used by the sorter for cloning input rows. It defines a method that can be used to clone a column.


Method Summary
 java.lang.Object cloneObject()
          Get a shallow copy of the object and return it.
 

Method Detail

cloneObject

public java.lang.Object cloneObject()
Get a shallow copy of the object and return it. This is used by the sorter to clone columns. It should be cloning the column holder but not its value. The only difference between this method and getClone is this one does not objectify a stream.

Returns:
new cloned column as an object

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.