Row
ExecIndexRow
IndexRow
, IndexValueRow
, ValueRow
public interface ExecRow extends Row
Modifier and Type | Method | Description |
---|---|---|
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 |
resetRowArray() |
Reset all the
DataValueDescriptor s in the row array to
(SQL) null values. |
void |
setRowArray(DataValueDescriptor[] rowArray) |
Set the array of objects
|
ExecRow getClone()
ExecRow getClone(FormatableBitSet clonedCols)
clonedCols
- 1-based FormatableBitSet representing the columns to clone.ExecRow getNewNullRow()
void resetRowArray()
DataValueDescriptor
s in the row array to
(SQL) null values. This method may reuse (and therefore modify) the
objects currently contained in the row array.DataValueDescriptor cloneColumn(int columnPosition)
columnPosition
- (1 based)DataValueDescriptor[] getRowArrayClone()
getRowArray()
DataValueDescriptor[] getRowArray()
void setRowArray(DataValueDescriptor[] rowArray)
void getNewObjectArray()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.