|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Execution sees this extension of Row that provides connectivity to the Storage row interface and additional methods for manipulating Rows in execution's ResultSets.
Method Summary | |
DataValueDescriptor |
cloneColumn(int columnPosition)
Get a clone of a DataValueDescriptor from an ExecRow. |
ExecRow |
getClone()
Clone the Row and its contents. |
ExecRow |
getClone(FormatableBitSet clonedCols)
Clone the Row. |
ExecRow |
getNewNullRow()
Get a new row with the same columns type as this one, containing nulls. |
void |
getNewObjectArray()
Get a new DataValueDescriptor[] |
DataValueDescriptor[] |
getRowArray()
Return the array of objects that the store needs. |
DataValueDescriptor[] |
getRowArrayClone()
Get a clone of the array form of the row that Access expects. |
void |
setRowArray(DataValueDescriptor[] rowArray)
|
void |
setRowArray(Storable[] rowArray)
Set the array of objects |
Methods inherited from interface org.apache.derby.iapi.sql.Row |
getColumn, nColumns, setColumn |
Method Detail |
public ExecRow getClone()
public ExecRow getClone(FormatableBitSet clonedCols)
clonedCols
- 1-based FormatableBitSet representing the columns to clone.
public ExecRow getNewNullRow()
public DataValueDescriptor cloneColumn(int columnPosition)
public DataValueDescriptor[] getRowArrayClone()
getRowArray()
public DataValueDescriptor[] getRowArray()
public void setRowArray(Storable[] rowArray)
public void setRowArray(DataValueDescriptor[] rowArray)
public void getNewObjectArray()
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |