Inserts a new row initialized with specified array of values.
Parameters: values - The array of values. Each value correspond to the column at thesame index from ITableMetaData.getColumns. See Also:DefaultTable.getTableMetaData
Replaces the value at the specified position in this table with the specified value.
Parameters: row - The row index Parameters: column - The column name Parameters: value - The value to store at the specified location the value previously at the specified location throws: RowOutOfBoundsException - if the row index is out of range throws: NoSuchColumnException - if the column does not exist throws: DataSetException - if an unexpected error occurs
Methods inherited from org.dbunit.dataset.AbstractTable