|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.types
Interface CloneableObject

- All Known Subinterfaces:
- RowLocation
- All Known Implementing Classes:
- DataType
- 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.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC