In the file, fields are stored as CSV.
This {@link RowSet} does not use the {@code command}, {@code username} or{@code password} properties. The {@code dataSource} property is used todenote the file name to use.
Since the {@code command} property is not used, all methods settingparameters for the command are unavailable as well and will throw an {@link UnsupportedOperationException}. @see CSVParser @author Johannes Rössel
|
|