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. |
public void | getNewObjectArray() |
public DataValueDescriptor[] | getRowArray() Return the array of objects that the store needs. |
public DataValueDescriptor[] | getRowArrayClone() Get a clone of the array form of the row that Access expects. |
public void | setRowArray(Storable[] rowArray) |
public void | setRowArray(DataValueDescriptor[] rowArray) |