-1
will append the new row to the end)
@return the row element that was inserted at the specified index
The component shift works as follows: components that were located on the right hand side of the inserted column are shifted one column to the right; component column span is increased by one if it intersects the new column.
Column group indices that are greater or equal than the given column index will be increased by one. @param rowIndex index of the row to be inserted @param rowSpec specification of the row to be inserted @throws IndexOutOfBoundsException if the row index is out of range
setRow
.
@param i zero-based index at which to insert the row
@param size size of the row to be inserted
@see #setRow
@see #deleteRow
row
in the model. The new row will contain null
values unless rowData
is specified. Notification of the row being added will be generated.
@param row the row index of the row to be inserted
@param rowData optional data of the row being added
@exception ArrayIndexOutOfBoundsException if the row was invalid
Add new row to VoltBulkLoader table.
@param rowHandle User supplied object used to distinguish failed insert attempts @param fieldList List of fields associated with a single row insertion @throws java.lang.InterruptedException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|